Skip to content

Commit

Permalink
fix: Replaced cross with taiki-e/setup-cross-toolchain-action@v1 to r…
Browse files Browse the repository at this point in the history
…esolve Undefined reference to `memfd_create error
  • Loading branch information
wangeguo committed Dec 28, 2023
1 parent 91db43d commit 14fd038
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
# platform: windows-arm64
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cross
- name: Install cross-compilation tools
uses: taiki-e/setup-cross-toolchain-action@v1
with:
target: ${{ matrix.target }}
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: amphitheatre-desktop
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "desktop"
version = "0.3.3"
version = "0.3.4"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 14fd038

Please sign in to comment.