diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0fdbf3845d..8c2a1d3fb0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 .