Skip to content

Commit

Permalink
No toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Jul 6, 2024
1 parent 6dfecec commit 7990390
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

# - name: Install Rust toolchain
# uses: dtolnay/rust-toolchain@stable
# with:
# targets: ${{ matrix.target }}

- name: Setup Cache
uses: Swatinem/rust-cache@v2

Expand All @@ -70,20 +65,6 @@ jobs:
command: build
args: --release --target ${{ matrix.target }}

- name: Build Release (Linux x86_64)
if: runner.os == 'Linux' && !matrix.cross_arch
run: cargo build --release --target ${{ matrix.target }}
env:
LD_LIBRARY_PATH: /usr/local/lib
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig

- name: Build Release (Linux ARM64)
if: matrix.cross_arch
run: |
cross build --release --target ${{ matrix.target }}
env:
CROSS_DOCKER_IN_DOCKER: true

- name: Build Release (macOS)
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 7990390

Please sign in to comment.