Skip to content

Commit 28aef74

Browse files
committed
Try turn on ubuntu
1 parent 60d950c commit 28aef74

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
artifact_suffix: windows-x86_64
2929
binary_ext: ".exe"
3030
artifact_ext: ".zip"
31-
# - os: ubuntu-latest
32-
# target: x86_64-unknown-linux-gnu
33-
# artifact_suffix: linux-x86_64
34-
# binary_ext: ""
35-
# artifact_ext: ".tar.gz"
31+
- os: ubuntu-latest
32+
target: x86_64-unknown-linux-gnu
33+
artifact_suffix: linux-x86_64
34+
binary_ext: ""
35+
artifact_ext: ".tar.gz"
3636
- os: macos-14
3737
target: aarch64-apple-darwin
3838
artifact_suffix: macos-aarch64

0 commit comments

Comments
 (0)