Skip to content

Commit

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

0 comments on commit d0fbc15

Please sign in to comment.