We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3359071 commit fda9705Copy full SHA for fda9705
.github/workflows/release.yml
@@ -23,11 +23,12 @@ jobs:
23
steps:
24
- name: Bootstrap Arch Linux
25
run: |
26
- # Only install what's necessary for the runner and the C++ toolchain
27
pacman -Syu --noconfirm
+
28
pacman -S --noconfirm git nodejs base-devel \
29
mingw-w64-gcc mingw-w64-crt mingw-w64-binutils mingw-w64-winpthreads \
30
- zip unzip tar
+ zip unzip tar \
31
+ azure-cli python
32
33
- uses: actions/checkout@v4
34
with:
0 commit comments