Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
sqwishy committed Jul 19, 2023
1 parent 619ac75 commit 701de46
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on: push

jobs:
build:
runs-on: ubuntu-latest
container:
image: fedora:latest
steps:
- run: |
dnf install -y --setopt=install_weak_deps=False \
rust rust-std-static-x86_64-pc-windows-gnu cargo
- uses: actions/checkout@v3
- run: cargo build --target x86_64-pc-windows-gnu --release
- uses: actions/upload-artifact@v3
with:
name: atlast.exe
path: target/x86_64-pc-windows-gnu/release/atlast.exe

0 comments on commit 701de46

Please sign in to comment.