1
0

chore: add lost cd in CI script

This commit is contained in:
2026-02-02 16:22:32 +08:00
parent 09f07d99f7
commit b51ded2101
3 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ jobs:
cd ..
cd install
echo "GTest_ROOT=$(pwd)" >> "$GITHUB_ENV"
cd ..
cd ../..
- name: Fetch Google Benchmark
uses: actions/checkout@v4
@@ -50,6 +51,7 @@ jobs:
cd ..
cd install
echo "benchmark_ROOT=$(pwd)" >> "$GITHUB_ENV"
cd ..
cd ../..
- name: Build YYCC
shell: bash