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
parent
commit
3fb2571b54
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/nightly-release.yaml

2
.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

Loading…
Cancel
Save