Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
- os: ubuntu-latest
runtime: linux-x64
artifact: nfury-linux-x64
- os: ubuntu-latest
runtime: linux-arm64
artifact: nfury-linux-arm64
- os: windows-latest
runtime: win-x64
artifact: nfury-win-x64
Expand All @@ -35,12 +32,6 @@ jobs:
with:
dotnet-version: "10.0.x"

- name: Install cross-compilation tools (Linux ARM64)
if: matrix.runtime == 'linux-arm64'
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu

- name: Restore dependencies
run: dotnet restore

Expand Down