Skip to content

Commit fda9705

Browse files
committed
ci: fix azure cli missing dep
1 parent 3359071 commit fda9705

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
steps:
2424
- name: Bootstrap Arch Linux
2525
run: |
26-
# Only install what's necessary for the runner and the C++ toolchain
2726
pacman -Syu --noconfirm
27+
2828
pacman -S --noconfirm git nodejs base-devel \
2929
mingw-w64-gcc mingw-w64-crt mingw-w64-binutils mingw-w64-winpthreads \
30-
zip unzip tar
30+
zip unzip tar \
31+
azure-cli python
3132
3233
- uses: actions/checkout@v4
3334
with:

0 commit comments

Comments
 (0)