Skip to content

Commit

Permalink
[test] fix ci 6
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Apr 15, 2024
1 parent d0fbc15 commit 23c5d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/thread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
export SWOOLE_BRANCH=${GITHUB_REF##*/}
export SWOOLE_THREAD=1
export SWOOLE_BUILD_DIR=$(realpath(.))
export SWOOLE_BUILD_DIR=$(realpath .)
export PHP_VERSION=${{ matrix.php }}
echo ${SWOOLE_BUILD_DIR}
echo ${SWOOLE_BRANCH}
Expand Down

0 comments on commit 23c5d7b

Please sign in to comment.