chore: add lost cd in CI script
This commit is contained in:
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@@ -33,6 +33,7 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
cd install
|
cd install
|
||||||
echo "GTest_ROOT=$(pwd)" >> "$GITHUB_ENV"
|
echo "GTest_ROOT=$(pwd)" >> "$GITHUB_ENV"
|
||||||
|
cd ..
|
||||||
cd ../..
|
cd ../..
|
||||||
- name: Fetch Google Benchmark
|
- name: Fetch Google Benchmark
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -55,6 +56,7 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
cd install
|
cd install
|
||||||
echo "benchmark_ROOT=$(pwd)" >> "$GITHUB_ENV"
|
echo "benchmark_ROOT=$(pwd)" >> "$GITHUB_ENV"
|
||||||
|
cd ..
|
||||||
cd ../..
|
cd ../..
|
||||||
- name: Build YYCC
|
- name: Build YYCC
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@@ -28,6 +28,7 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
cd install
|
cd install
|
||||||
echo "GTest_ROOT=$(pwd)" >> "$GITHUB_ENV"
|
echo "GTest_ROOT=$(pwd)" >> "$GITHUB_ENV"
|
||||||
|
cd ..
|
||||||
cd ../..
|
cd ../..
|
||||||
- name: Fetch Google Benchmark
|
- name: Fetch Google Benchmark
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -50,6 +51,7 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
cd install
|
cd install
|
||||||
echo "benchmark_ROOT=$(pwd)" >> "$GITHUB_ENV"
|
echo "benchmark_ROOT=$(pwd)" >> "$GITHUB_ENV"
|
||||||
|
cd ..
|
||||||
cd ../..
|
cd ../..
|
||||||
- name: Build YYCC
|
- name: Build YYCC
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
|||||||
:: Idk why I can't use $GITHUB_ENV, so I use this stupid way to do this.
|
:: Idk why I can't use $GITHUB_ENV, so I use this stupid way to do this.
|
||||||
:: This is first entry so we override it.
|
:: This is first entry so we override it.
|
||||||
echo set GTest_ROOT=%CD% > ../../envs.bat
|
echo set GTest_ROOT=%CD% > ../../envs.bat
|
||||||
|
cd ..
|
||||||
cd ../..
|
cd ../..
|
||||||
- name: Fetch Google Benchmark
|
- name: Fetch Google Benchmark
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -62,6 +63,7 @@ jobs:
|
|||||||
cd install
|
cd install
|
||||||
:: This is second entry so we append it.
|
:: This is second entry so we append it.
|
||||||
echo set benchmark_ROOT=%CD% >> ../../envs.bat
|
echo set benchmark_ROOT=%CD% >> ../../envs.bat
|
||||||
|
cd ..
|
||||||
cd ../..
|
cd ../..
|
||||||
- name: Build YYCC
|
- name: Build YYCC
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|||||||
Reference in New Issue
Block a user