Skip to content

Commit

Permalink
GitHub Actions, fuck you and your Node.js crap.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Oct 5, 2024
1 parent e9da1fc commit db7246b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/meshoptimizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ jobs:
apt update
apt install -y ninja-build cmake g++
- name: Clone MeshOptimizer
# checkout v4 uses Node 20 which doesn't work on Ubuntu 18.04
uses: actions/[email protected]
# checkout v4 uses Node 20 which doesn't work on Ubuntu 18.04, v3.6 now
# as well
uses: actions/checkout@v1
with:
repository: zeux/meshoptimizer
ref: v${{ env.MESHOPTIMIZER_VERSION }}
Expand Down

0 comments on commit db7246b

Please sign in to comment.