Skip to content

Commit

Permalink
Update CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabas5532 committed Nov 11, 2024
1 parent f3fab08 commit a40d93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
CCACHE_DIR: "${{ github.workspace }}/ccache"

jobs:
build-plugins:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
Expand All @@ -39,7 +39,7 @@ jobs:
libglu1-mesa-dev mesa-common-dev
- name: ccache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-v1-${{ github.job }}-${{matrix.build_type}}-${{ github.sha }}
Expand Down

0 comments on commit a40d93d

Please sign in to comment.