File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,24 +53,25 @@ jobs:
5353 matrix :
5454 include :
5555 - os : windows-latest
56- artifact-name : darklua -windows-x86_64
56+ artifact-name : khronos_cli -windows-x86_64
5757 cargo-target : x86_64-pc-windows-msvc
5858
5959 - os : ubuntu-latest
60- artifact-name : darklua -linux-x86_64
60+ artifact-name : khronos_cli -linux-x86_64
6161 cargo-target : x86_64-unknown-linux-gnu
6262
6363 - os : ubuntu-latest
64- artifact-name : darklua -linux-aarch64
64+ artifact-name : khronos_cli -linux-aarch64
6565 cargo-target : aarch64-unknown-linux-gnu
6666 linker : gcc-aarch64-linux-gnu
67+ runs-on : ubuntu-24.04-arm
6768
6869 - os : macos-latest
69- artifact-name : darklua -macos-x86_64
70+ artifact-name : khronos_cli -macos-x86_64
7071 cargo-target : x86_64-apple-darwin
7172
7273 - os : macos-latest
73- artifact-name : darklua -macos-aarch64
74+ artifact-name : khronos_cli -macos-aarch64
7475 cargo-target : aarch64-apple-darwin
7576
7677 name : Build darklua (${{ matrix.artifact-name }})
@@ -103,7 +104,6 @@ jobs:
103104 echo "[target.aarch64-unknown-linux-gnu]" > .cargo/config.toml
104105 echo 'linker = "aarch64-linux-gnu-gcc"' >> .cargo/config.toml
105106 fi
106- sudo apt install libssl-dev # Needed
107107
108108 - name : Generate Cargo.lock if needed
109109 shell : bash
You can’t perform that action at this time.
0 commit comments