mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
github actions: update package lists
This commit is contained in:
parent
ebdf863925
commit
d30cdafcff
1 changed files with 3 additions and 3 deletions
6
.github/workflows/abicheck.yml
vendored
6
.github/workflows/abicheck.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||||
- name: prepare required software
|
- name: prepare required software
|
||||||
run: |
|
run: |
|
||||||
sudo apt install $apt_build_deps
|
sudo apt update; sudo apt install $apt_build_deps
|
||||||
eval "$get_pip_build_deps"
|
eval "$get_pip_build_deps"
|
||||||
- name: checkout base ref
|
- name: checkout base ref
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||||
- name: prepare required software
|
- name: prepare required software
|
||||||
run: |
|
run: |
|
||||||
sudo apt install $apt_build_deps
|
sudo apt update; sudo apt install $apt_build_deps
|
||||||
eval "$get_pip_build_deps"
|
eval "$get_pip_build_deps"
|
||||||
- name: checkout merge ref
|
- name: checkout merge ref
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: prepare required software
|
- name: prepare required software
|
||||||
run: |
|
run: |
|
||||||
sudo apt install abigail-tools
|
sudo apt update; sudo apt install abigail-tools
|
||||||
- name: fetch base build
|
- name: fetch base build
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue