Skip to content

Commit

Permalink
remove copypasta unused args
Browse files Browse the repository at this point in the history
  • Loading branch information
tihmstar committed Aug 6, 2024
1 parent e1ee22f commit d514fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: prepre buildroot
run: mkdir -p $BUILDROOT
- name: autogen
run: ./autogen.sh --enable-static --disable-shared --with-binrider --with-offsetexporter
run: ./autogen.sh --enable-static --disable-shared
- name: make
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
Expand Down

0 comments on commit d514fdc

Please sign in to comment.