Skip to content

Commit 2df36ce

Browse files
committed
this tbh might be easier...
1 parent 55420a8 commit 2df36ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ permissions:
77
contents: read
88

99
jobs:
10-
build-linux:
10+
build-windows:
1111
environment: UnityTranslate Build
12-
runs-on: ubuntu-latest
12+
runs-on: windows-latest
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions-rust-lang/setup-rust-toolchain@v1
2222
with:
2323
rustflags: ''
24-
target: 'x86_64-pc-windows-msvc'
24+
target: 'x86_64-unknown-linux-gnu'
2525
# Taken from https://github.com/CaffeineMC/sodium-fabric/blob/1.19.3/dev/.github/workflows/gradle.yml
2626
- name: Cache/Uncache
2727
uses: actions/cache@v4

0 commit comments

Comments
 (0)