Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fancy45daddy authored Jun 15, 2024
1 parent c9bdb60 commit c6271e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
version=22.3.0
curl https://nodejs.org/dist/v$version/node-v$version.tar.gz | tar -xz
cd node-v$version
./configure --partly-static --prefix ${{github.workspace}}/nodejs
./configure --fully-static --prefix ${{github.workspace}}/nodejs
make -j2
make install
cd ${{github.workspace}}
Expand Down

0 comments on commit c6271e2

Please sign in to comment.