Skip to content

Commit

Permalink
fix(ci): oops
Browse files Browse the repository at this point in the history
  • Loading branch information
vgskye committed Feb 13, 2024
1 parent f70017c commit 07e08c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
uses: mozilla-actions/[email protected]
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest
- name: Deploy Rust to CI
uses: dtolnay/rust-toolchain@stable
- name: Install dependencies (Ubuntu only)
Expand Down

0 comments on commit 07e08c8

Please sign in to comment.