Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Dec 4, 2023
1 parent db7d0ce commit 615e825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Install mediaFX
run: rm -rf build/linux && DOCKER_OPTS="-e MEDIAFX_TEST=1" builders/linux/docker-run.sh /mediafx/builders/linux/mediafx-build.sh
run: sudo rm -rf build/linux && DOCKER_OPTS="-e MEDIAFX_TEST=1" builders/linux/docker-run.sh /mediafx/builders/linux/mediafx-build.sh
- name: Install mediaFX vulkan
run: rm -rf build/linux && DOCKER_OPTS="-e MEDIAFX_TEST=1" TARGET=mediafx-vulkan builders/linux/docker-run.sh /mediafx/builders/linux/mediafx-build.sh
run: sudo rm -rf build/linux && DOCKER_OPTS="-e MEDIAFX_TEST=1" TARGET=mediafx-vulkan builders/linux/docker-run.sh /mediafx/builders/linux/mediafx-build.sh
- name: iwyu
run: rm -rf build/linux && builders/linux/docker-run.sh /mediafx/builders/linux/iwyu.sh
run: sudo rm -rf build/linux && builders/linux/docker-run.sh /mediafx/builders/linux/iwyu.sh

macos:
runs-on: macos-13
Expand Down

0 comments on commit 615e825

Please sign in to comment.