File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 OS : depot-macos-latest
3333 - TARGET : aarch64-apple-darwin
3434 OS : depot-macos-latest
35- - TARGET : x86_64-pc-windows-msvc
36- OS : depot-windows-2022-4
3735 runs-on : ${{ matrix.OS }}
3836 steps :
3937 - name : checkout
5149 [target.aarch64-unknown-linux-musl]
5250 linker = "aarch64-linux-gnu-gcc"
5351 EOF
54- - name : windows setup
55- if : ${{ matrix.OS == 'depot-windows-2022-4' }}
56- run : |
57- choco install llvm -y
58- $llvmPath = 'C:\Program Files\LLVM\bin'
59- echo "LIBCLANG_PATH=$llvmPath" >> $env:GITHUB_ENV
6052 - name : setup rust
6153 uses : dtolnay/rust-toolchain@stable
6254 with :
7264 run : chmod ug+x,-w relayer scraper validator
7365 working-directory : rust/main/target/${{ matrix.TARGET }}/release
7466 - name : upload binaries
75- uses : actions/upload-artifact@v4
67+ uses : actions/upload-artifact@v5
7668 with :
7769 name : ${{ matrix.TARGET }}-${{ needs.prepare.outputs.tag_name }}
7870 path : |
You can’t perform that action at this time.
0 commit comments