Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScanMountGoat authored Aug 23, 2023
1 parent 490306a commit e8d72c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,18 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: aarch64-apple-darwin
- name: Install Tauri
uses: baptiste0928/cargo-install@v2
with:
crate: tauri-cli
version: "1.4"
locked: false
args: --debug
- name: Install Packages
run: |
cd ultimate_tex_tauri
Expand Down

0 comments on commit e8d72c1

Please sign in to comment.