Skip to content

Commit

Permalink
fix: xwin url
Browse files Browse the repository at this point in the history
  • Loading branch information
xilosada committed Jun 10, 2024
1 parent 57791c4 commit 75f5426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/desktop_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y mingw-w64
sudo apt-get install -y wine
curl -L https://github.com/messense/xwin/releases/download/v0.1.8/xwin-v0.1.8-x86_64-unknown-linux-gnu.tar.gz | sudo tar -xzf - -C /usr/local
wget https://github.com/Jake-Shadle/xwin/releases/download/0.6.0/xwin-0.6.0-x86_64-pc-windows-msvc.tar.gz
tar -xzf xwin-0.6.0-x86_64-pc-windows-msvc.tar.gz -C /usr/local
- name: Cache cargo registry
uses: actions/cache@v3
Expand Down

0 comments on commit 75f5426

Please sign in to comment.