Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 54c46b7

Browse files
committed
x64 workflow
1 parent 7423783 commit 54c46b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979
shell: bash
8080
run: |
8181
mkdir -p $HOME/.sccache
82-
export CFLAGS="--target=i686-windows-msvc"
83-
export CXXFLAGS="--target=i686-windows-msvc"
84-
export LDFLAGS="--target=i686-windows-msvc"
82+
export CFLAGS="--target=x86_64-windows-msvc"
83+
export CXXFLAGS="--target=x86_64-windows-msvc"
84+
export LDFLAGS="--target=x86_64-windows-msvc"
8585
cmake -B build -DBUILD_GEODE=OFF -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -G Ninja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
8686
cmake --build build --config ${{env.BUILD_TYPE}}
8787
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
mkdir -p ${{ github.workspace }}/bin/standalone
110110
cp -r ${{ github.workspace }}/bin/openhack ${{ github.workspace }}/bin/standalone/openhack
111-
cp ${{ github.workspace }}/bin/xinput9_1_0.dll ${{ github.workspace }}/bin/standalone/xinput9_1_0.dll
111+
cp ${{ github.workspace }}/bin/xinput1_4.dll ${{ github.workspace }}/bin/standalone/xinput1_4.dll
112112
113113
- name: Package standalone
114114
run: |
@@ -136,4 +136,4 @@ jobs:
136136
${{ github.workspace }}/bin/OpenHack-Nightly.zip
137137
${{ github.workspace }}/bin/prevter.openhack.geode
138138
${{ github.workspace }}/bin/prevter.openhack.pdb
139-
${{ github.workspace }}/bin/xinput9_1_0.pdb
139+
${{ github.workspace }}/bin/xinput1_4.pdb

0 commit comments

Comments
 (0)