Skip to content

Commit 3ae043f

Browse files
committed
chore(ci): remove windows agent release artifact
1 parent a5c38ec commit 3ae043f

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/agent-release-artifacts.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
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
@@ -51,12 +49,6 @@ jobs:
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:
@@ -72,7 +64,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)