From 6c5754446fc1cf6f266d111ea6a40eca67044217 Mon Sep 17 00:00:00 2001 From: Guillem Cordoba Date: Tue, 10 May 2022 17:43:32 +0200 Subject: [PATCH] Attempt CI --- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6bdf2e7a..6849df99 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d4150ad7..d6b91f41 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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