Skip to content

Commit

Permalink
[ci] fix: invalid path to build-re2s.sh on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkos committed Dec 11, 2023
1 parent 5128dd7 commit fd8657e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
run: |
THIS_DIR=$(pwd)
source ci/github-actions/build-re2s.sh $(uname -m) ${{matrix.CONFIGURATION}}
source axl/ci/github-actions/build-re2s.sh $(uname -m) ${{matrix.CONFIGURATION}}
mkdir axl/build
pushd axl/build
Expand Down

0 comments on commit fd8657e

Please sign in to comment.