Skip to content

Commit

Permalink
ci: Fix build-time tests for ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Jan 24, 2024
1 parent 70e8e49 commit 427dd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
export LD_LIBRARY_PATH="$PWD:$LD_LIBRARY_PATH"
set -eu
export SDL_IMAGE_TEST_REQUIRE_LOAD_AVIF=1
export SDL_IMAGE_TEST_REQUIRE_LOAD_AVIF=${{ (matrix.platform.noavif && '0') || '1' }}
export SDL_IMAGE_TEST_REQUIRE_LOAD_BMP=1
export SDL_IMAGE_TEST_REQUIRE_LOAD_CUR=1
export SDL_IMAGE_TEST_REQUIRE_LOAD_GIF=1
Expand Down

0 comments on commit 427dd58

Please sign in to comment.