Skip to content

Commit

Permalink
update: Ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Jan 17, 2024
1 parent da82155 commit 564c4ca
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
target:
- name: x86_64-unknown-linux-gnu
file_name : "linux-x86_64"
os: ubuntu-20.04
os: ubuntu-22.04
- name: aarch64-unknown-linux-gnu
file_name : "linux-aarch64"
os: ubuntu-20.04
os: ubuntu-22.04

# - name: i686-pc-windows-msvc
# file_name : "windows-x86"
Expand Down Expand Up @@ -88,11 +88,6 @@ jobs:
Add-Content ~/.cargo/config 'rustflags = ["-C", "target-feature=+crt-static"]'
Add-Content ~/.cargo/config '[target.i686-pc-windows-msvc]'
Add-Content ~/.cargo/config 'rustflags = ["-C", "target-feature=+crt-static"]'
# - name: Install Cross and tauri-cki
# run: |

# cargo install tauri-cli
- uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit 564c4ca

Please sign in to comment.