Skip to content

Commit

Permalink
ci: add rust target x86_64-pc-windows-gnu to x64 build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gemesa committed Dec 20, 2024
1 parent 6c78462 commit 8aadde0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install prerequisites
run: rustup target add x86_64-pc-windows-gnu

- name: Build
run: make x64

0 comments on commit 8aadde0

Please sign in to comment.