diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 30a311c7c..f6038862e 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -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: |