We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039e86e commit bce8021Copy full SHA for bce8021
.github/workflows/harfbuzz.yml
@@ -21,5 +21,5 @@ jobs:
21
./main.sh install -p ios -l 'freetype'
22
./main.sh install -p tvos -l 'freetype'
23
./main.sh install -p macos -l 'freetype'
24
- - name: One Step
+ - name: One Step
25
run: .github/workflows/onestep.sh harfbuzz all
.github/workflows/opus.yml
@@ -11,8 +11,6 @@ jobs:
11
build:
12
name: compile opus then deploy
13
runs-on: macos-13
14
- env:
15
- GH_TOKEN: ${{ github.token }}
16
env:
17
GH_TOKEN: ${{ github.token }}
18
steps:
0 commit comments