Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSSenne authored Oct 17, 2023
1 parent 04fad8b commit cf6ce8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: setup haxe
run: apt install p7zip-full
- run: mkdir tools
run: mkdir tools
- run: wget https://github.com/HaxeFoundation/haxe/releases/download/4.3.2/haxe-4.3.2-linux64.tar.gz -O ./tools/haxe.tar.gz
- run: tar xzvf ./tools/haxe.tar.gz -C ./tools
- run: ls ./tools
Expand Down

0 comments on commit cf6ce8b

Please sign in to comment.