Skip to content

Commit

Permalink
trim and update the auri action
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp committed Jul 10, 2024
1 parent 2b711f6 commit ace6b8f
Showing 1 changed file with 5 additions and 27 deletions.
32 changes: 5 additions & 27 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,38 +11,16 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v2

# - name: setup node
# uses: actions/setup-node@v4
# with:
# node-version: 20

- name: install Rust stable
- name: install Rust (stable)
uses: dtolnay/rust-toolchain@stable

- name: install Bun
uses: oven-sh/setup-bun@v2

- name: install dependencies
run: bun install

# - name: install dependencies (ubuntu only)
# if: matrix.platform == 'ubuntu-22.04'
# run: |
# curl -fsSL https://bun.sh/install | bash
# source /home/runner/.bashrc
# bun install

# - name: install dependencies (macos only)
# if: matrix.platform == 'macos-latest'
# run: |
# brew install oven-sh/bun/bun
# bun install

# - name: install dependencies (windows only)
# if: matrix.platform == 'windows-latest'
# run: |
# powershell -c "irm bun.sh/install.ps1|iex"
# bun install

- uses: tauri-apps/tauri-action@v0
- uses: tauri-apps/tauri-action@v0.5.9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ace6b8f

Please sign in to comment.