Skip to content

Commit 1a1faeb

Browse files
committed
Merge branch 'custom' of github.com:surepy/tf2_bot_detector into custom
2 parents 3f830de + 68d316c commit 1a1faeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
mkdir build_dir
3636
cd build_dir
37-
cmake ../ || true # we know this will fail, we just need version info from CMakeCache.txt
37+
cmake -DCMAKE_TOOLCHAIN_FILE="" ../ || true # we know this will fail, we just need version info from CMakeCache.txt
3838
TF2BD_VERSION_NOBUILD=`cat CMakeCache.txt | grep TF2BD_VERSION_NOBUILD: | cut -d "=" -f2`
3939
echo "::set-output name=value::$TF2BD_VERSION_NOBUILD.${{ github.run_number }}"
4040
@@ -172,4 +172,4 @@ jobs:
172172
with:
173173
name: "tf2-bot-detector-symbols_${{ matrix.triplet }}_${{ needs.config.outputs.tf2bd_version }}_${{ matrix.build_type }}"
174174
if-no-files-found: error
175-
path: "${{ needs.config.outputs.tf2bd_build_dir }}/**.pdb"
175+
path: "${{ needs.config.outputs.tf2bd_build_dir }}/**.pdb"

0 commit comments

Comments
 (0)