File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 5555 steps :
5656 - uses : actions/checkout@v2
5757 - run : brew install sdl2 sdl2_ttf
58- - run : ./.github/workflows/release.sh macos-x86_64-sdl
58+ - run : LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"
59+ ./.github/workflows/release.sh macos-x86_64-sdl
5960 - uses : actions/upload-artifact@v2
6061 with :
6162 name : endbasic-macos-x86_64-sdl
Original file line number Diff line number Diff line change @@ -64,10 +64,12 @@ jobs:
6464 - run : cargo test --package=endbasic-core -- --include-ignored
6565 - run : cargo test --package=endbasic-std -- --include-ignored
6666 - run : cargo test --package=endbasic-repl -- --include-ignored
67- - run : cargo test --package=endbasic-sdl
67+ - run : LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"
68+ cargo test --package=endbasic-sdl
6869 -- --include-ignored --skip sdl_console
6970 - run : cargo test --package=endbasic-terminal -- --include-ignored
70- - run : cargo test --package=endbasic --features=sdl
71+ - run : LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"
72+ cargo test --package=endbasic --features=sdl
7173 -- --include-ignored --skip sdl_console
7274 - run : cargo test --package=endbasic-web -- --include-ignored
7375
You can’t perform that action at this time.
0 commit comments