Skip to content

Commit

Permalink
Remove actions-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Apr 16, 2024
1 parent 0e5b910 commit 5b7d54b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y
source "$HOME/.cargo/env"
npm run build-release
npm test
python3 -m pip install boto3
python3 .github/workflows/deploy.py index.node hexo-word-counter/bin/nodejs/$(node -e "console.log(require('./package.json').version);")/linux__x64.node
node .github/workflows/deploy.js index.node hexo-word-counter/bin/nodejs/$(node -e "console.log(require('./package.json').version);")/linux__x64.node
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4

- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
default: true

- name: Build native module
id: module
shell: bash
Expand Down

0 comments on commit 5b7d54b

Please sign in to comment.