Skip to content

Commit

Permalink
Update build profile from 'dev' to 'minimal' in cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Nov 16, 2024
1 parent 2162679 commit cf9c76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# run: cargo publish --allow-dirty --dry-run

- name: Build for target (${{ env.TARGET }})
run: cargo build -Zunstable-options -Zbuild-std --profile dev --artifact-dir bin --target ${{ env.TARGET }}
run: cargo build -Zunstable-options -Zbuild-std --profile minimal --artifact-dir bin --target ${{ env.TARGET }}

- name: List all targets
run: |
Expand Down

0 comments on commit cf9c76c

Please sign in to comment.