We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68d953 commit 17bd08dCopy full SHA for 17bd08d
1 file changed
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Rustfmt
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- run: rustup update --no-self-update
16
- run: cargo fmt --all -- --check
17
@@ -51,7 +51,7 @@ jobs:
51
qemu_target: riscv64-linux-user
52
host_target: riscv64gc-unknown-linux-gnu
53
54
55
- name: Configure Cargo target
56
run: |
57
echo CARGO_BUILD_TARGET=${{ matrix.target }} >> $GITHUB_ENV
0 commit comments