We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c407fae + fa65cc4 commit 3fb2571Copy full SHA for 3fb2571
.github/workflows/nightly-release.yaml
@@ -82,7 +82,7 @@ jobs:
82
sudo make -j $(nproc) ${{ matrix.mode }}
83
84
- name: build qemu
85
- if: "${{ matrix.mode }}" == "linux"
+ if: ${{ matrix.mode }} == 'linux'
86
run: |
87
make -j$(nproc) build-sim SIM=qemu
88
0 commit comments