mirror of
https://github.com/philippdieter/zsh-auto-notify.git
synced 2025-10-13 03:58:44 +00:00
build: update docker job image and install libnotify-bin
This commit is contained in:
parent
5a50536e59
commit
00951ac085
@ -6,7 +6,7 @@ test: &test
|
|||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: apt-get update && apt-get install -y curl git ncurses-bin
|
command: apt-get update && apt-get install -y curl git ncurses-bin libnotify-bin
|
||||||
- run:
|
- run:
|
||||||
name: Download requirements
|
name: Download requirements
|
||||||
command: |
|
command: |
|
||||||
@ -25,7 +25,7 @@ test: &test
|
|||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
docker:
|
docker:
|
||||||
- image: "python:3.7-stretch"
|
- image: "python:3.11"
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user