Skip to content

Commit 3e4c934

Browse files
committed
Add normal x86_64 to CI
1 parent c70cdb5 commit 3e4c934

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
matrix:
2323
platform:
2424
- os_name: Linux-x86_64
25+
os: ubuntu-20.04
26+
target: x86_64-unknown-linux-gnu
27+
bin: angry_oxide
28+
name: angry_oxide-linux-x86_64.tar.gz
29+
30+
- os_name: Linux-x86_64_musl
2531
os: ubuntu-20.04
2632
target: x86_64-unknown-linux-musl
2733
bin: angry_oxide

0 commit comments

Comments
 (0)