From 7d5e0e5df4d0fe59730de2e87a7b1aa20d7d5a6b Mon Sep 17 00:00:00 2001 From: Aurelien Francillon Date: Fri, 5 Apr 2024 20:44:52 +0200 Subject: [PATCH] Fix GitHub action to clone subprojects/symcc-rt for tests --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .