|
24 | 24 | printf 'Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch\n%s\n' "$(cat /etc/pacman.d/mirrorlist)" > /etc/pacman.d/mirrorlist
|
25 | 25 | - name: Install dependencies
|
26 | 26 | run: pacman --noconfirm -Syu base-devel glibc-debug git valgrind
|
27 |
| - - uses: actions/checkout@v2 |
| 27 | + - uses: actions/checkout@v3 |
28 | 28 | - name: Configure project
|
29 | 29 | run: make config TEST=1
|
30 | 30 | - name: Fetch project dependencies
|
|
50 | 50 | printf 'Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch\n%s\n' "$(cat /etc/pacman.d/mirrorlist)" > /etc/pacman.d/mirrorlist
|
51 | 51 | - name: Install dependencies
|
52 | 52 | run: pacman --noconfirm -Syu base-devel glibc-debug git valgrind
|
53 |
| - - uses: actions/checkout@v2 |
| 53 | + - uses: actions/checkout@v3 |
54 | 54 | - name: Configure project
|
55 | 55 | run: make config TEST=1 DEBUG=1
|
56 | 56 | - name: Fetch project dependencies
|
|
72 | 72 | steps:
|
73 | 73 | - name: Install dependencies
|
74 | 74 | run: zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++
|
75 |
| - - uses: actions/checkout@v2 |
| 75 | + - uses: actions/checkout@v3 |
76 | 76 | - name: Configure project
|
77 | 77 | run: make config TEST=1
|
78 | 78 | - name: Fetch project dependencies
|
|
96 | 96 | run: apt-get update
|
97 | 97 | - name: Install dependencies
|
98 | 98 | run: apt-get -y install git make pkg-config valgrind gcc g++
|
99 |
| - - uses: actions/checkout@v2 |
| 99 | + - uses: actions/checkout@v3 |
100 | 100 | - name: Configure project
|
101 | 101 | run: make config TEST=1
|
102 | 102 | - name: Fetch project dependencies
|
|
0 commit comments