Skip to content

Commit

Permalink
more setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 12, 2023
1 parent 4a15bee commit 6f631f8
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .github/workflows/build_test_deploy_new.yml
Expand Up @@ -24,8 +24,28 @@ jobs:
steps:
- run: node -v

- run: docker --version
- run: rustc --version

- run: sudo apt update
- run: docker --version

- run: pwd

- uses: actions/checkout@v3
with:
fetch-depth: 25

- run: fnm use 18

- run: rustup toolchain install "${RUST_TOOLCHAIN}"

- run: rustup default "${RUST_TOOLCHAIN}"

- run: npm i -g "pnpm@${PNPM_VERSION}" "turbo@${TURBO_VERSION}" "@napi-rs/cli@${NAPI_CLI_VERSION}"

- run: rustup

- run: pnpm install

- run: pnpm build

- run: turbo build-native -- --target x86_64-unknown-linux-gnu

0 comments on commit 6f631f8

Please sign in to comment.