Skip to content

Commit

Permalink
修复了自动编译第124/131行
Browse files Browse the repository at this point in the history
  • Loading branch information
dream-pep authored Jan 21, 2025
1 parent 2500d81 commit 11cdd2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ jobs:

- name: Update code
shell: bash
working-directory:./
# working-directory:./
run: |
chmod a+x./.build/update_code.sh
./.build/update_code.sh
- name: Build
shell: bash
working-directory:./
# working-directory:./
run: |
chmod a+x./.build/build_osx.sh
./.build/build_osx.sh
Expand Down

0 comments on commit 11cdd2a

Please sign in to comment.