Skip to content

Commit f7018f6

Browse files
committed
im trying
1 parent 2328809 commit f7018f6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/mac-build.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,19 @@ jobs:
1717

1818
- name: Install Rust
1919
run: rustup target add ${{ matrix.target }}
20-
20+
21+
- name: Set environment variables
22+
run: |
23+
export LC_ALL=en_US.UTF-8
24+
export LANG=en_US.UTF-8
25+
2126
- name: Compile
2227
run: cargo build --release --target ${{ matrix.target }}
23-
28+
2429
- name: Upload artifact
2530
if: success()
2631
uses: actions/upload-artifact@v3
2732
with:
2833
name: Binary-${{ matrix.target }}
2934
path: |
30-
target/${{ matrix.target }}/release/Minecraft-server-auto-setup
35+
target/${{ matrix.target }}/release/Minecraft-server-auto-setup

0 commit comments

Comments
 (0)