Skip to content

Commit

Permalink
Fix GitHub action to clone subprojects/symcc-rt for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelf committed Apr 5, 2024
1 parent f3170c6 commit 7d5e0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git submodule update --init --recursive symcc
- run: git submodule update --init --recursive subprojects/symcc-rt
- run: docker build -t symcc symcc
- run: docker build -t symqemu .

0 comments on commit 7d5e0e5

Please sign in to comment.