We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4e3ad commit 3675e40Copy full SHA for 3675e40
2 files changed
.github/workflows/debug.yml
@@ -47,4 +47,5 @@ jobs:
47
cd build
48
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-Werror" ..
49
VERBOSE=1 make
50
- /home/runner/work/github_actions_gtest_example/github_actions_gtest_example/build/test/github_actions_gtest_example.test
+ pwd
51
+ /Users/runner/work/github_actions_gtest_example/github_actions_gtest_example/build/test/github_actions_gtest_example.test
.github/workflows/release.yml
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-Werror" ..
0 commit comments