File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
run : |
35
35
mkdir build_dir
36
36
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
38
38
TF2BD_VERSION_NOBUILD=`cat CMakeCache.txt | grep TF2BD_VERSION_NOBUILD: | cut -d "=" -f2`
39
39
echo "::set-output name=value::$TF2BD_VERSION_NOBUILD.${{ github.run_number }}"
40
40
@@ -172,4 +172,4 @@ jobs:
172
172
with :
173
173
name : " tf2-bot-detector-symbols_${{ matrix.triplet }}_${{ needs.config.outputs.tf2bd_version }}_${{ matrix.build_type }}"
174
174
if-no-files-found : error
175
- path : " ${{ needs.config.outputs.tf2bd_build_dir }}/**.pdb"
175
+ path : " ${{ needs.config.outputs.tf2bd_build_dir }}/**.pdb"
You can’t perform that action at this time.
0 commit comments