Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CHH2000day committed Oct 21, 2023
1 parent 7d358b5 commit b570551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: configure libacfutils
run: 'cd src/libacfutils && chmod +x build_deps &&./build_deps'
- name: Build libacfutils redist
run: 'cd src/libacfutils && chmod +x build_redist %% ./build_redist'
run: 'cd src/libacfutils && chmod +x build_redist && ./build_redist'
- name: Build
run: 'chmod +x build_release && ./build_release'
- name: list files
Expand Down

0 comments on commit b570551

Please sign in to comment.