Skip to content

Commit

Permalink
Update crater.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart authored Jul 9, 2024
1 parent f9739b3 commit e8f22c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
os: macos-latest
- git_url: "https://github.com/planet0104/USB-Screen/"
extra_args: "--no-default-features --features=editor"
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os || "ubuntu-latest" }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-linux-dependencies
Expand Down

0 comments on commit e8f22c8

Please sign in to comment.