Skip to content

Commit

Permalink
Testing build action
Browse files Browse the repository at this point in the history
  • Loading branch information
outercloudstudio authored Feb 17, 2025
1 parent f511f68 commit ac3bd08
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-tauri-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Node 🧰
uses: dtolnay/rust-toolchain@stable
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
node-version: 16

- name: Install Rust 🦀
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin'

- name: Install dependencies (ubuntu only) 📦
if: matrix.platform == 'ubuntu-latest'
Expand Down

0 comments on commit ac3bd08

Please sign in to comment.