Skip to content

Commit 3fb2571

Browse files
authored
Merge pull request riscv-collab#1265 from alexsifivetw/alexc/fix_yaml_format
Fix yaml format
2 parents c407fae + fa65cc4 commit 3fb2571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
sudo make -j $(nproc) ${{ matrix.mode }}
8383
8484
- name: build qemu
85-
if: "${{ matrix.mode }}" == "linux"
85+
if: ${{ matrix.mode }} == 'linux'
8686
run: |
8787
make -j$(nproc) build-sim SIM=qemu
8888

0 commit comments

Comments
 (0)