File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - uses : dtolnay/rust-toolchain@stable
1717 - uses : Swatinem/rust-cache@v2
1818 - name : Install grammars
19- run : cargo run -- lang add rust typescript python go c cpp java ruby lua zig bash solidity elixir
19+ run : cargo run -- lang add rust typescript python go c cpp java ruby lua zig bash solidity elixir swift dart
2020 - run : cargo test
2121
2222 clippy :
Original file line number Diff line number Diff line change 2424 os : macos-latest
2525 - target : x86_64-pc-windows-msvc
2626 os : windows-latest
27+ - target : aarch64-pc-windows-msvc
28+ os : windows-latest
2729 runs-on : ${{ matrix.os }}
2830 steps :
2931 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ $InstallDir = "$env:LOCALAPPDATA\cx\bin"
99$Arch = [System.Runtime.InteropServices.RuntimeInformation ]::OSArchitecture
1010switch ($Arch ) {
1111 ' X64' { $Target = " x86_64-pc-windows-msvc" }
12+ ' Arm64' { $Target = " aarch64-pc-windows-msvc" }
1213 default { Write-Error " Unsupported architecture: $Arch " ; exit 1 }
1314}
1415
You can’t perform that action at this time.
0 commit comments