Skip to content

Commit

Permalink
Ah no, it’s docker
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 18, 2024
1 parent 451de21 commit 50a8e62
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@ jobs:
echo "PROTOC='C:/Program Files/protoc/bin/proto'" >> $GITHUB_ENV
fi
- name: Build diffenator3/diff3proof
uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --verbose --release --target ${{ matrix.target }}
run: cargo build --verbose --release --target ${{ matrix.target }}
- name: Build archive
shell: bash
run: |
Expand Down

0 comments on commit 50a8e62

Please sign in to comment.