Skip to content

Commit c0620f7

Browse files
committed
why
1 parent aea9443 commit c0620f7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
java-version: '17'
2020
distribution: 'temurin'
2121
- uses: actions-rust-lang/setup-rust-toolchain@v1
22+
with:
23+
rustflags: ''
2224
# Taken from https://github.com/CaffeineMC/sodium-fabric/blob/1.19.3/dev/.github/workflows/gradle.yml
2325
- name: Cache/Uncache
2426
uses: actions/cache@v4
@@ -51,6 +53,8 @@ jobs:
5153
java-version: '17'
5254
distribution: 'temurin'
5355
- uses: actions-rust-lang/setup-rust-toolchain@v1
56+
with:
57+
rustflags: ''
5458
# Taken from https://github.com/CaffeineMC/sodium-fabric/blob/1.19.3/dev/.github/workflows/gradle.yml
5559
- name: Cache/Uncache
5660
uses: actions/cache@v4
@@ -83,6 +87,8 @@ jobs:
8387
java-version: '17'
8488
distribution: 'temurin'
8589
- uses: actions-rust-lang/setup-rust-toolchain@v1
90+
with:
91+
rustflags: ''
8692
# Taken from https://github.com/CaffeineMC/sodium-fabric/blob/1.19.3/dev/.github/workflows/gradle.yml
8793
- name: Cache/Uncache
8894
uses: actions/cache@v4
@@ -115,6 +121,8 @@ jobs:
115121
java-version: '17'
116122
distribution: 'temurin'
117123
- uses: actions-rust-lang/setup-rust-toolchain@v1
124+
with:
125+
rustflags: ''
118126
# Taken from https://github.com/CaffeineMC/sodium-fabric/blob/1.19.3/dev/.github/workflows/gradle.yml
119127
- name: Cache/Uncache
120128
uses: actions/cache@v4

0 commit comments

Comments
 (0)