We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55420a8 commit 2df36ceCopy full SHA for 2df36ce
.github/workflows/ci.yml
@@ -7,9 +7,9 @@ permissions:
7
contents: read
8
9
jobs:
10
- build-linux:
+ build-windows:
11
environment: UnityTranslate Build
12
- runs-on: ubuntu-latest
+ runs-on: windows-latest
13
14
steps:
15
- uses: actions/checkout@v4
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions-rust-lang/setup-rust-toolchain@v1
22
with:
23
rustflags: ''
24
- target: 'x86_64-pc-windows-msvc'
+ target: 'x86_64-unknown-linux-gnu'
25
# Taken from https://github.com/CaffeineMC/sodium-fabric/blob/1.19.3/dev/.github/workflows/gradle.yml
26
- name: Cache/Uncache
27
uses: actions/cache@v4
0 commit comments