Skip to content

Commit

Permalink
nodejs?!
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Mar 5, 2024
1 parent f135da4 commit d9a1db8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
run: ./hook_standalone.sh linux
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_VERSION: ${{ env.releaseName }}
build_win:
if: false
runs-on: windows-latest
Expand Down Expand Up @@ -114,7 +113,6 @@ jobs:
run: ./hook_standalone.sh win
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_VERSION: ${{ env.releaseName }}
build_mac:
runs-on: macos-14
steps:
Expand All @@ -124,12 +122,17 @@ jobs:
node-version: "18.14.2"
check-latest: false
- name: debug
run: node --version && nodejs --version
run: node --version
- name: debug2
run: echo "$(which node)" "$(which node)js"
- name: Symlink node as nodejs
run: ln -sf "$(which node)" "$(which node)js"
- name: debug3
run: node --version && nodejs --version
- name: debug4
run: echo "$(which node)" "$(which node)js"
run: echo "$(which node)" "$(which nodejs)"
- name: build standalone
shell: bash
run: ./hook_standalone.sh mac
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d9a1db8

Please sign in to comment.