There was an error while loading. Please reload this page.
2 parents 00fa147 + 4e6e6a2 commit 216d3ffCopy full SHA for 216d3ff
3 files changed
.github/workflows/archlinux.yml
@@ -29,7 +29,7 @@ jobs:
29
pacman-key --populate archlinux
30
31
pacman -Syu --noconfirm git
32
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
33
- name: Initialize ArchLinux
34
run: |
35
bash github/setup-archlinux.sh
.github/workflows/msys2.yml
static_llvm: false
steps:
- name: Download MSYS2 packages
uses: actions/github-script@v8
.github/workflows/ubuntu.yml
@@ -45,7 +45,7 @@ jobs:
45
CXXFLAGS_COV: -fprofile-arcs -ftest-coverage
46
47
48
49
50
- name: Install dependencies
51
run: sudo apt-get install libsleef-dev libzmq3-dev libyaml-cpp-dev libtbb-dev
0 commit comments