diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96f615ea..27beda94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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