Skip to content

Commit 24f7af9

Browse files
committed
update workflow
1 parent 3b8ca25 commit 24f7af9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build_test_release.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ jobs:
173173
- name: setup
174174
run: |
175175
brew install --force --overwrite ninja ccache ffmpeg@6 nasm conan
176+
brew link --overwrite ffmpeg@6
176177
conan profile detect -f
177178
cd ${{github.workspace}}
178179
- name: build
@@ -194,7 +195,7 @@ jobs:
194195
ls -alh ${{github.workspace}}/macos
195196
export DYLD_LIBRARY_PATH="${{github.workspace}}/macos:$DYLD_LIBRARY_PATH"
196197
dart pub get
197-
dart test -x no-local-files
198+
dart test -x skip-workflow,no-local-files
198199
- name: Release
199200
uses: softprops/action-gh-release@v1
200201
if: startsWith(github.ref, 'refs/tags/')
@@ -214,6 +215,7 @@ jobs:
214215
run: |
215216
# brew update
216217
brew install --force --overwrite ninja ccache ffmpeg@6 nasm conan
218+
brew link --overwrite ffmpeg@6
217219
conan profile detect -f
218220
cd ${{github.workspace}}
219221
- name: build
@@ -235,7 +237,7 @@ jobs:
235237
ls -alh ${{github.workspace}}/macos
236238
export DYLD_LIBRARY_PATH="${{github.workspace}}/macos:$DYLD_LIBRARY_PATH"
237239
dart pub get
238-
dart test -x no-local-files
240+
dart test -x skip-workflow,no-local-files
239241
- name: Release
240242
uses: softprops/action-gh-release@v1
241243
if: startsWith(github.ref, 'refs/tags/')
@@ -254,6 +256,7 @@ jobs:
254256
- name: setup
255257
run: |
256258
brew install --force --overwrite ninja ccache ffmpeg@6 nasm conan
259+
brew link --overwrite ffmpeg@6
257260
conan profile detect -f
258261
cd ${{github.workspace}}
259262
- name: build

0 commit comments

Comments
 (0)