Skip to content

Commit bce8021

Browse files
committed
fix workflow error
1 parent 039e86e commit bce8021

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/harfbuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
./main.sh install -p ios -l 'freetype'
2222
./main.sh install -p tvos -l 'freetype'
2323
./main.sh install -p macos -l 'freetype'
24-
- name: One Step
24+
- name: One Step
2525
run: .github/workflows/onestep.sh harfbuzz all

.github/workflows/opus.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
build:
1212
name: compile opus then deploy
1313
runs-on: macos-13
14-
env:
15-
GH_TOKEN: ${{ github.token }}
1614
env:
1715
GH_TOKEN: ${{ github.token }}
1816
steps:

0 commit comments

Comments
 (0)