Skip to content

Commit

Permalink
fix syntac in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kswin01 committed Apr 17, 2024
1 parent 6529510 commit 8fe50a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Build example
shell: bash
run: |
git submodule update --init --recursive
cd sDDF/
git submodule update --init
cd ../
./ci/example.sh ${PWD}/microkit-sdk-1.2.6
build_test_toperf_linux_x86_64:
name: Build/test toperf (Linux x86-64)
Expand Down

0 comments on commit 8fe50a9

Please sign in to comment.