Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonhunt02 authored Dec 30, 2024
1 parent e39ca62 commit 3e812b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Cache SCons cache
uses: actions/cache@v4
# Skip cache on Linux, PR #12
if: ${{ matrix.platform != 'lxbsd' }}
if: ${{ matrix.platform != 'linuxbsd' }}
with:
path: |
.scons_cache
Expand Down

0 comments on commit 3e812b3

Please sign in to comment.