diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77a6904..f02bbf4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,15 +51,10 @@ jobs: with: targets: ${{ matrix.target }} - - name: Install x11 dev for Linux - if: matrix.build == 'linux' - run: | - sudo apt install libx11-dev - - name: Build uses: actions-rs/cargo@v1 with: - use-cross: true + use-cross: false command: build args: --verbose --release --target ${{ matrix.target }}