mirror of
https://github.com/Aloxaf/fzf-tab.git
synced 2026-09-10 07:26:16 -04:00
ci: fix apt error
This commit is contained in:
parent
6d7fb94ef5
commit
fac145167f
9
.github/workflows/zsh.yaml
vendored
9
.github/workflows/zsh.yaml
vendored
|
|
@ -31,6 +31,14 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
# https://github.com/actions/runner-images/issues/12627
|
||||
- name: update sources
|
||||
run: |
|
||||
rm /etc/apt/sources.list
|
||||
echo 'deb http://archive.debian.org/debian buster main contrib non-free' >> /etc/apt/sources.list
|
||||
echo 'deb http://archive.debian.org/debian buster-updates main contrib non-free' >> /etc/apt/sources.list
|
||||
echo 'deb http://archive.debian.org/debian-security buster/updates main contrib non-free' >> /etc/apt/sources.list
|
||||
|
||||
- name: install dependencies
|
||||
run: apt update && apt-get install -y git curl build-essential autoconf libncurses-dev
|
||||
|
||||
|
|
@ -42,4 +50,3 @@ jobs:
|
|||
|
||||
- name: test binary module
|
||||
run: cd test && zsh -f runtests.zsh fzftab.ztst
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue