summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-07-03 01:59:02 +0200
committerwithmorten <morten.with@gmail.com>2021-07-03 02:40:25 +0200
commitbe6e273930345cc693699a34ec6a5b33154fe70e (patch)
tree996d51fab25599f5463509bdbb6c571bc77288e0 /.github
parentdisable PED_SKIN and PEDS_REPORT_CRIMES_ON_PHONE when COMPATIBLE_SAVES is disabled (diff)
downloadre3-be6e273930345cc693699a34ec6a5b33154fe70e.tar
re3-be6e273930345cc693699a34ec6a5b33154fe70e.tar.gz
re3-be6e273930345cc693699a34ec6a5b33154fe70e.tar.bz2
re3-be6e273930345cc693699a34ec6a5b33154fe70e.tar.lz
re3-be6e273930345cc693699a34ec6a5b33154fe70e.tar.xz
re3-be6e273930345cc693699a34ec6a5b33154fe70e.tar.zst
re3-be6e273930345cc693699a34ec6a5b33154fe70e.zip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/re3_msvc_amd64.yml2
-rw-r--r--.github/workflows/re3_msvc_x86.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/re3_msvc_amd64.yml b/.github/workflows/re3_msvc_amd64.yml
index 29ad024c..428da540 100644
--- a/.github/workflows/re3_msvc_amd64.yml
+++ b/.github/workflows/re3_msvc_amd64.yml
@@ -34,7 +34,7 @@ jobs:
7z x ${{env.GLFW_FILE}}
- name: Configure build
run: |
- ./premake5 vs2019 --with-librw --glfwdir64=${{env.GLFW_BASE}}
+ ./premake5 vs2019 --with-librw --no-full-paths --glfwdir64=${{env.GLFW_BASE}}
- name: Build
run: |
msbuild -m build/re3.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=${{matrix.platform}}
diff --git a/.github/workflows/re3_msvc_x86.yml b/.github/workflows/re3_msvc_x86.yml
index 087b0d19..87f0e430 100644
--- a/.github/workflows/re3_msvc_x86.yml
+++ b/.github/workflows/re3_msvc_x86.yml
@@ -34,7 +34,7 @@ jobs:
7z x ${{env.GLFW_FILE}}
- name: Configure build
run: |
- ./premake5 vs2019 --with-librw --glfwdir32=${{env.GLFW_BASE}}
+ ./premake5 vs2019 --with-librw --no-full-paths --glfwdir32=${{env.GLFW_BASE}}
- name: Build
run: |
msbuild -m build/re3.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=${{matrix.platform}}