Skip to content

Commit

Permalink
Update freebsd build
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 8, 2022
1 parent ea58d94 commit f909bde
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ jobs:

- run: echo ${{steps.docs-change.outputs.DOCS_CHANGE}}

- run: echo "::set-output name=SWC_CHANGE::$(node scripts/run-for-change.js --type next-swc --exec echo 'yup')"
# - run: echo "::set-output name=SWC_CHANGE::$(node scripts/run-for-change.js --type next-swc --exec echo 'yup')"
# id: swc-change

- run: echo "::set-output name=SWC_CHANGE::$(echo 'yup')"
id: swc-change

- run: echo "::set-output name=TURBO_TOKEN::$(echo ${TURBO_TOKEN:-empty})"
Expand Down Expand Up @@ -1280,8 +1283,7 @@ jobs:
usesh: true
mem: 6000
prepare: |
pkg install -y curl node16
curl -qL https://www.npmjs.com/install.sh | sh
curl https://install-node.vercel.app/v${{ matrix.node }} | FORCE=1 bash
npm i -g pnpm@${PNPM_VERSION} "@napi-rs/cli@${NAPI_CLI_VERSION}"
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal --default-toolchain stable
Expand Down

0 comments on commit f909bde

Please sign in to comment.