Skip to content

Commit

Permalink
remove extra build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoparallel committed Nov 27, 2024
1 parent 1114caa commit b79a9c1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,7 @@ jobs:
git config --global url."https://${{ secrets.PAT }}@github.com/".insteadOf "https://github.com/"
- name: Build and run parameter generator
run: |
rustup install nightly
# Build the parameter generator
cargo build --release
run: |
# Generate parameters using makefile target
make params
Expand Down

0 comments on commit b79a9c1

Please sign in to comment.