We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98038fd commit 50df0c4Copy full SHA for 50df0c4
.circleci/config.yml
@@ -6,6 +6,9 @@ jobs:
6
- image: cimg/base:2022.09
7
steps:
8
- checkout
9
+ - run:
10
+ name: update packages
11
+ command: sudo apt-get update
12
- run:
13
name: install packages
14
command: sudo apt-get install texinfo texi2html
0 commit comments