diff --git a/.github/workflows/_tauri.yml b/.github/workflows/_tauri.yml index 432a4ae71..025361ff4 100644 --- a/.github/workflows/_tauri.yml +++ b/.github/workflows/_tauri.yml @@ -73,12 +73,6 @@ jobs: shell: bash # AzureSignTool >= 5 needs .NET 8. windows-2019 runner only has .NET 7. run: dotnet tool install --global AzureSignTool --version 4.0.1 - - name: Check if swap needed - if: ${{ runner.os == 'Linux' }} - run: free -m - - name: Enable swap - if: ${{ runner.os == 'Linux' }} - run: sudo fallocate -l 8G /swapfile && sudo chmod 600 /swapfile && sudo mkswap /swapfile && sudo swapon /swapfile && free -m - name: Build release exe and MSI / deb env: CARGO_PROFILE_RELEASE_LTO: thin # Fat LTO is getting too slow / RAM-hungry on Tauri builds