Browse Source
Merge pull request #1265 from alexsifivetw/alexc/fix_yaml_format
Fix yaml format
pull/1266/head
Kito Cheng
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/nightly-release.yaml
|
|
|
@ -82,7 +82,7 @@ jobs: |
|
|
|
sudo make -j $(nproc) ${{ matrix.mode }} |
|
|
|
|
|
|
|
- name: build qemu |
|
|
|
if: "${{ matrix.mode }}" == "linux" |
|
|
|
if: ${{ matrix.mode }} == 'linux' |
|
|
|
run: | |
|
|
|
make -j$(nproc) build-sim SIM=qemu |
|
|
|
|
|
|
|
|