Skip to content

Commit

Permalink
fix: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Sep 20, 2024
1 parent 0f564fe commit ae4e792
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env:
DEBUG: napi:*
APP_NAME: svgr-rs
MACOSX_DEPLOYMENT_TARGET: '10.13'
'on':
on:
push:
branches:
- main
Expand Down Expand Up @@ -82,9 +82,10 @@ jobs:
- host: ubuntu-latest
target: x86_64-unknown-linux-gnu
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
build: |
set -e
yarn build --target x86_64-unknown-linux-gnu
build: |-
set -e &&
rustup default nightly-2023-06-27 &&
yarn build --target x86_64-unknown-linux-gnu &&
strip *.node
- host: macos-latest
target: aarch64-apple-darwin
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
profile = "default"
# Use nightly for better access to the latest Rust features.
# This date is aligned to stable release dates.
channel = "nightly-2024-06-07"
channel = "nightly-2024-04-16"

0 comments on commit ae4e792

Please sign in to comment.