Skip to content

Commit

Permalink
ci: Temp disable updater disabling step
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Jan 5, 2025
1 parent aba764d commit 85dbde2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/push-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
- name: Disable self-updater
shell: bash
run: |
jq '.tauri.updater.active = false' src-tauri/tauri.conf.json > src-tauri/tauri.conf.json.new
rm src-tauri/tauri.conf.json
mv src-tauri/tauri.conf.json.new src-tauri/tauri.conf.json
# - name: Disable self-updater
# shell: bash
# run: |
# jq '.tauri.updater.active = false' src-tauri/tauri.conf.json > src-tauri/tauri.conf.json.new
# rm src-tauri/tauri.conf.json
# mv src-tauri/tauri.conf.json.new src-tauri/tauri.conf.json
- uses: Swatinem/rust-cache@v2 # Cache Rust build artifacts
with:
workspaces: |
Expand Down

0 comments on commit 85dbde2

Please sign in to comment.