Skip to content

Commit

Permalink
CI: update path to stockfish
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBRO committed Dec 20, 2023
1 parent 5339e6a commit cbad2ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
apt install socat -y
- name: Run Stockfish as TCP service
run: |
export STOCKFISH_EXEC_PATH="`which stockfish`"
export STOCKFISH_EXEC_PATH=$(which stockfish)
echo "Stockfish exec path is: ${STOCKFISH_EXEC_PATH}"
socat TCP-LISTEN:9010,reuseaddr,fork EXEC:${STOCKFISH_EXEC_PATH} &
- name: Cache Dialyzer PLTs
Expand All @@ -58,7 +58,7 @@ jobs:
run: rebar3 compile
- name: CT tests
run: |
export BINBO_UCI_ENGINE_PATH="`which 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 cbad2ff

Please sign in to comment.