Skip to content

Commit

Permalink
CI: undo attempted libudev dependency fixes as they don't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Antikyth committed Nov 18, 2023
1 parent 66bab86 commit 3533d2d
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ jobs:
- name: Checkout AquariWM
uses: actions/checkout@v3

# Add the `pkg-config` path to `PKG_CONFIG_PATH` so `libudev-sys` can find `libudev`.
- name: Add Ubuntu pkg-config path to PKG_CONFIG_PATH
run: |
echo 'export PKG_CONFIG_PATH="/usr/lib/x86-64-linux-gnu/pkgconfig/"' >> $HOME/.bashrc
source $HOME/.bashrc
# Install the latest nightly release of the Rust toolchain.
- name: Install latest nightly
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -112,12 +106,6 @@ jobs:
with:
ref: ${{ needs.fix-n-format.outputs.commit-id }}

# Add the `pkg-config` path to `PKG_CONFIG_PATH` so `libudev-sys` can find `libudev`.
- name: Add Ubuntu pkg-config path to PKG_CONFIG_PATH
run: |
echo 'export PKG_CONFIG_PATH="/usr/lib/x86-64-linux-gnu/pkgconfig/"' >> $HOME/.bashrc
source $HOME/.bashrc
# Install the latest nightly release of the Rust toolchain.
- name: Install latest nightly
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -153,12 +141,6 @@ jobs:
with:
ref: ${{ needs.fix-n-format.outputs.commit-id }}

# Add the `pkg-config` path to `PKG_CONFIG_PATH` so `libudev-sys` can find `libudev`.
- name: Add Ubuntu pkg-config path to PKG_CONFIG_PATH
run: |
echo 'export PKG_CONFIG_PATH="/usr/lib/x86-64-linux-gnu/pkgconfig/"' >> $HOME/.bashrc
source $HOME/.bashrc
# Install the latest nightly release of the Rust toolchain.
- name: Install latest nightly
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -197,12 +179,6 @@ jobs:
ref: ${{ needs.fix-n-format.outputs.commit-id }}
path: aquariwm

# Add the `pkg-config` path to `PKG_CONFIG_PATH` so `libudev-sys` can find `libudev`.
- name: Add Ubuntu pkg-config path to PKG_CONFIG_PATH
run: |
echo 'export PKG_CONFIG_PATH="/usr/lib/x86-64-linux-gnu/pkgconfig/"' >> $HOME/.bashrc
source $HOME/.bashrc
# Check out a template to put the generated docs in.
- name: Checkout AquariWM docs template
uses: actions/checkout@v3
Expand Down

0 comments on commit 3533d2d

Please sign in to comment.