Skip to content

Commit

Permalink
.github/workflows: Remove cache steps from test-build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Lilis Iskandar <[email protected]>
  • Loading branch information
veeableful committed Dec 21, 2024
1 parent faaabed commit 8fb1826
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,6 @@ jobs:
go-version: '1.13.15'
- run: go version

- name: Cache SDL2
id: cache-sdl2
uses: actions/cache@v3
with:
path: |
SDL2-$SDL_VERSION
IMG-$IMG_VERSION
MIX-$MIX_VERSION
TTF-$TTF_VERSION
key: ${{ runner.os }}-sdl2-${{ hashFiles('**/*.h') }}
restore-keys: |
${{ runner.os }}-sdl2-
- name: Cache Go
id: cache-go
uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: set PKG_CONFIG_PATH environment variable
run: |
echo "PKG_CONFIG_PATH=$HOME/.local/lib/pkgconfig:$PKG_CONFIG_PATH" >> $GITHUB_ENV
Expand Down

0 comments on commit 8fb1826

Please sign in to comment.