Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored Jun 6, 2023
1 parent b6de76a commit eca96ae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl]
steps:
- uses: actions/checkout@master
- run: sudo apt update && sudo apt install g++ pkg-config libx11-dev libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev libwayland-client0
- run: |
sudo apt update
sudo apt install g++ pkg-config libx11-dev libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev libwayland-client0
sudo cp /usr/lib/x86_64-linux-gnu/pkgconfig/wayland-client.pc /usr/lib/pkgconfig
- name: Update Rust to last stable
run: rustup update stable
- name: Compile and release
Expand All @@ -24,4 +27,4 @@ jobs:
with:
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "README.md LICENSE"
MINIFY: "yes"
MINIFY: "true"

0 comments on commit eca96ae

Please sign in to comment.