From cad0e0da36a99a621a8c9068c847c2d71687b891 Mon Sep 17 00:00:00 2001 From: Fabian Terhorst Date: Sun, 14 Apr 2024 18:55:53 +0200 Subject: [PATCH] fix(actions): checkout --- .github/workflows/compile.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 1541e97cd..aefc6c5dc 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -23,12 +23,6 @@ jobs: } steps: - uses: actions/checkout@v4 - with: - submodules: recursive - - uses: actions/download-artifact@v3 - with: - name: ${{ matrix.config.nethost }} - path: ./ - working-directory: ./ shell: cmake -P {0} run: |