We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcd294 commit f41eea0Copy full SHA for f41eea0
.github/workflows/build.yml
@@ -23,6 +23,8 @@ jobs:
23
- uses: actions/checkout@v3
24
with:
25
fetch-depth: 0
26
+ - name: Fix Tag Checkout
27
+ run: git fetch --tags --force
28
- name: Configure
29
run: cmake -S . -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
30
- name: Build
@@ -41,6 +43,8 @@ jobs:
41
43
42
44
45
46
47
48
49
run: cmake -S . -B ${{github.workspace}}/build -G "Visual Studio 16 2019" -DSATISFACTORY3DMAP_DISABLE_CONSOLE=ON
50
0 commit comments