mirror of
https://github.com/JonasunderscoreJones/dayz-linux-gui-launcher.git
synced 2025-10-23 13:19:19 +02:00
fix for cross platform compilation
This commit is contained in:
parent
7b44d4dad5
commit
388faaba5b
2 changed files with 45 additions and 6 deletions
19
.github/workflows/build-rust.yml
vendored
Normal file
19
.github/workflows/build-rust.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: build-rust
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust
|
||||
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
|
||||
- name: Build project
|
||||
run: ~/.cargo/bin/cargo build --release
|
Loading…
Add table
Add a link
Reference in a new issue