Skip to content

Commit

Permalink
For CI staging build, update Rust to 1.81 and add libsoup-3.0-dev to …
Browse files Browse the repository at this point in the history
…Linux build
  • Loading branch information
lucksus committed Nov 13, 2024
1 parent cc893ec commit d17e911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: 1.77.0
toolchain: 1.81.0
- run: rustup target add wasm32-unknown-unknown

- name: Install Rust targets for macOS
Expand All @@ -79,7 +79,7 @@ jobs:
if: matrix.platform == 'GH-hosted-ubuntu'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf protobuf-compiler cmake fuse libfuse2 mesa-utils mesa-vulkan-drivers
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf protobuf-compiler cmake fuse libfuse2 mesa-utils mesa-vulkan-drivers libsoup-3.0-dev
- name: install dependencies (macos only)
if: matrix.platform == 'macos-latest'
Expand Down

0 comments on commit d17e911

Please sign in to comment.