Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Attempt CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed May 10, 2022
1 parent 4d8959f commit 6c57544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: 1.60
toolchain: stable
- name: install app dependencies and info
run: npm install && npm run tauri info

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: 1.60
toolchain: stable
- name: install webkit2gtk (ubuntu only)
run: |
sudo apt-get update
Expand Down

0 comments on commit 6c57544

Please sign in to comment.