Skip to content

Commit

Permalink
Update desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zmisgod committed Jul 27, 2024
1 parent fab49e5 commit 9ba8232
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: rust up target
if: matrix.os == 'macos-latest'
run: |
sudo rustup target add aarch64-apple-darwin
sudo rustup target add x86_64-apple-darwin
- name: install webkit2gtk (ubuntu only)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 9ba8232

Please sign in to comment.