Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelf authored May 5, 2024
1 parent 76de0b9 commit 536bcdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git submodule update --init --recursive subprojects/symcc-rt
with:
submodules: recursive
# build and test with default LLVM version 15
- run: docker build -t symqemu .
# LLVM version 14
Expand Down

0 comments on commit 536bcdb

Please sign in to comment.