Update .github/workflows/ci.yml
Continuous Integration / Build (push) Failing after 13m28s

This commit is contained in:
2026-08-06 22:31:34 +00:00
parent da77f60b71
commit 26153ef848
+2
View File
@@ -18,6 +18,8 @@ jobs:
echo "CCACHE_DIR=${{ github.workspace }}/src/spice2x/.ccache" >> $GITHUB_ENV echo "CCACHE_DIR=${{ github.workspace }}/src/spice2x/.ccache" >> $GITHUB_ENV
- name: Install ccache - name: Install ccache
uses: hendrikmuhs/ccache-action@v1.2.23 uses: hendrikmuhs/ccache-action@v1.2.23
with:
update-package-index: true
- name: Calculate commit SHA - name: Calculate commit SHA
id: vars id: vars
run: | run: |