Skip to content

Commit

Permalink
Fixed YAML syntax errors in rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gurry authored Feb 20, 2024
1 parent 7c837bb commit 31cb0c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
with:
toolchain: stable
target: x86_64-unknown-uefi
override: true
Expand Down

0 comments on commit 31cb0c1

Please sign in to comment.