Skip to content

Commit 658a2f9

Browse files
committed
uncomment x86 linux
1 parent 93baba9 commit 658a2f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
matrix:
2121
include:
2222
# # Linux x86_64
23-
# - target: x86_64-unknown-linux-gnu
24-
# runner: self-hosted
25-
# asset_name: x86_64-unknown-linux-gnu
23+
- target: x86_64-unknown-linux-gnu
24+
runner: self-hosted
25+
asset_name: x86_64-unknown-linux-gnu
2626

2727
# Linux ARM64 (aarch64) - Cross-compilation
2828
- target: aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)