Some checks are pending
test / test (windows-11-arm, 3.13) (push) Waiting to run
test / test (ubuntu-24.04, 3.12) (push) Waiting to run
test / test (ubuntu-24.04, 3.13) (push) Waiting to run
test / test (windows-11-arm, 3.12) (push) Waiting to run
test / test (windows-2022, 3.12) (push) Waiting to run
test / test (windows-2022, 3.13) (push) Waiting to run
test / zizmor (push) Waiting to run
5 lines
238 B
Bash
5 lines
238 B
Bash
pacman --needed --noconfirm -S mingw-w64-x86_64-python-tabulate mingw-w64-x86_64-python-requests-cache
|
|
OLD_ACLOCAL_PATH="${ACLOCAL_PATH}"
|
|
unset ACLOCAL_PATH / ~/build-temp
|
|
python -m msys2_autobuild build
|
|
ACLOCAL_PATH="${OLD_ACLOCAL_PATH}" |