Skip to content

Commit a40d93d

Browse files
committed
Update CI job
1 parent f3fab08 commit a40d93d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
CCACHE_DIR: "${{ github.workspace }}/ccache"
1515

1616
jobs:
17-
build-plugins:
17+
build:
1818
runs-on: ubuntu-22.04
1919
strategy:
2020
matrix:
@@ -39,7 +39,7 @@ jobs:
3939
libglu1-mesa-dev mesa-common-dev
4040
4141
- name: ccache
42-
uses: actions/cache@v2
42+
uses: actions/cache@v4
4343
with:
4444
path: ${{ env.CCACHE_DIR }}
4545
key: ccache-v1-${{ github.job }}-${{matrix.build_type}}-${{ github.sha }}

0 commit comments

Comments
 (0)