From 1b3b0251dc4647859163e426f9e6ee4e2e60fd71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Petit?= Date: Sun, 15 Oct 2023 23:46:32 +0100 Subject: [PATCH] ci: fix swift shader build (#620) --- .github/workflows/build-swiftshader.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-swiftshader.yml b/.github/workflows/build-swiftshader.yml index 82698cc6..5a53609c 100644 --- a/.github/workflows/build-swiftshader.yml +++ b/.github/workflows/build-swiftshader.yml @@ -10,6 +10,10 @@ jobs: matrix: os: [ubuntu-20.04, macos-latest, windows-2019] steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + submodules: false - name: Setup Ninja uses: ./.github/actions/setup-ninja - name: Fetch sources