Skip to content

Commit

Permalink
fix: try not using cross for rust builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bloznelis committed Nov 4, 2023
1 parent 1ebdf64 commit a24fd51
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit a24fd51

Please sign in to comment.