Skip to content

Commit

Permalink
Updated workflows for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GamingGuy003 committed Oct 19, 2024
1 parent e81fd62 commit 8edcb7b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y build-essential curl libssl-dev libx11-dev libxi-dev libxtst-dev
sudo apt-get install -y build-essential curl libssl-dev
- name: Rust setup
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -95,9 +95,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y \
pkg-config \
libx11-dev \
libxi-dev \
libxtst-dev \
build-essential \
curl \
libssl-dev \
Expand Down

0 comments on commit 8edcb7b

Please sign in to comment.