Skip to content

Commit

Permalink
both
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Sep 7, 2024
1 parent d660945 commit a25973e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
# os: windows-latest
# target: i686-pc-windows-msvc
# skip_tests: true
# - os_name: Windows-x86_64
# os: windows-latest
# target: x86_64-pc-windows-msvc
# skip_tests: true
- os_name: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
skip_tests: true
# - os_name: macOS-x86_64
# os: macOS-latest
# target: x86_64-apple-darwin
Expand Down Expand Up @@ -133,6 +133,7 @@ jobs:
DIR=target/${{ matrix.platform.target }}/release
mkdir -p "$DIR"
echo "binary" > "$DIR"/ubi
echo "binary" > "$DIR"/ubi.exe
# - name: Build binary
# uses: houseabsolute/actions-rust-cross@v0
# with:
Expand Down

0 comments on commit a25973e

Please sign in to comment.