Skip to content

Commit

Permalink
CI: change BINBO_UCI_ENGINE_PATH for macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBRO committed Sep 13, 2024
1 parent e973263 commit e829225
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 @@ -121,7 +121,7 @@ jobs:
run: rebar3 compile
- name: CT tests
run: |
export BINBO_UCI_ENGINE_PATH=/usr/local/bin/stockfish
export BINBO_UCI_ENGINE_PATH=$(which stockfish)
export BINBO_UCI_ENGINE_HOST=localhost
export BINBO_UCI_ENGINE_PORT=9010
rebar3 ct
Expand Down

0 comments on commit e829225

Please sign in to comment.