Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alankritdabral authored Mar 11, 2024
1 parent 082a484 commit 8f618dc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,24 @@ jobs:
cross: true
libc: glibc
ext: ".exe"
steps:
- name: Checkout Current Branch (Fast)
uses: actions/checkout@v4

- name: Install Correct Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: ${{ matrix.target }}

- name: Build
env:
APP_VERSION: ${{ needs.draft_release.outputs.create_release_name}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
uses: ClementTsang/[email protected]
with:
use-cross: ${{ matrix.cross }}
command: build
args: ${{matrix.features}} --release --target ${{ matrix.target }}
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit 8f618dc

Please sign in to comment.