ci: Install sed for GitHub's MinGW job
This commit is contained in:
26
.github/workflows/per_commit.yml
vendored
26
.github/workflows/per_commit.yml
vendored
@@ -153,18 +153,20 @@ jobs:
|
||||
- uses: msys2/setup-msys2@v2
|
||||
- name: Install required msys2/mingw64 packages
|
||||
run: |
|
||||
pacman -S --noconfirm unzip
|
||||
pacman -S --noconfirm tar
|
||||
pacman -S --noconfirm mingw-w64-x86_64-curl
|
||||
pacman -S --noconfirm mingw-w64-x86_64-binutils
|
||||
pacman -S --noconfirm mingw-w64-x86_64-cmake
|
||||
pacman -S --noconfirm mingw-w64-x86_64-gcc
|
||||
pacman -S --noconfirm mingw-w64-x86_64-ninja
|
||||
pacman -S --noconfirm mingw-w64-x86_64-python
|
||||
pacman -S --noconfirm mingw-w64-x86_64-ccache
|
||||
pacman -S --noconfirm mingw-w64-x86_64-gsl
|
||||
pacman -S --noconfirm mingw-w64-x86_64-libxml2
|
||||
pacman -S --noconfirm mingw-w64-x86_64-lld
|
||||
pacman -S --noconfirm \
|
||||
unzip \
|
||||
tar \
|
||||
mingw-w64-x86_64-curl \
|
||||
mingw-w64-x86_64-binutils \
|
||||
mingw-w64-x86_64-cmake \
|
||||
mingw-w64-x86_64-gcc \
|
||||
mingw-w64-x86_64-ninja \
|
||||
mingw-w64-x86_64-python \
|
||||
mingw-w64-x86_64-ccache \
|
||||
mingw-w64-x86_64-gsl \
|
||||
mingw-w64-x86_64-libxml2 \
|
||||
mingw-w64-x86_64-lld \
|
||||
mingw-w64-x86_64-sed
|
||||
pacman --noconfirm -Scc
|
||||
- name: Get timestamp
|
||||
id: time
|
||||
|
||||
Reference in New Issue
Block a user