Skip to content

Commit

Permalink
only asan for vulkan, disable opengl for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Apr 17, 2024
1 parent 6382fda commit b294ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
with:
submodules: true
- name: Build/test mediaFX
if: false #XXX
run: |
export TARGET=opengl
export UBUNTU=${{ matrix.ubuntu }}
export DOCKER_OPTS="-e BUILD_TYPE=Debug"
builders/Linux/docker-run.sh
${{ matrix.test }}
- name: Build/test mediaFX vulkan
Expand Down

0 comments on commit b294ad6

Please sign in to comment.