Skip to content

Commit

Permalink
Fix Alpine gn build
Browse files Browse the repository at this point in the history
  • Loading branch information
laverdet committed Sep 20, 2024
1 parent 0bfdeb8 commit 948cc65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/v8/gn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ runs:
update_depot_tools
echo "$DEPOT_TOOLS" >> "$GITHUB_PATH"
# GNU `tar` & `zstd` is needed for `actions/cache`
# GNU `tar` & `zstd` is needed for `actions/cache`. Also, clang, for building.
- uses: laverdet/[email protected]
if: inputs.platform == 'linux-musl'
with:
packages: tar zstd
packages: clang tar zstd

# Restore musl cache
- uses: actions/cache/restore@v4
Expand Down

0 comments on commit 948cc65

Please sign in to comment.