We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4153a4f commit b523658Copy full SHA for b523658
.github/workflows/00-setup-mkosi.yaml
@@ -6,6 +6,8 @@ jobs:
6
name: Build Image
7
runs-on: ubuntu-latest
8
steps:
9
+ - name: Install autopoint (apt)
10
+ run: sudo apt-get -y install autopoint
11
- name: Download rpm
12
uses: actions/checkout@v2
13
with:
0 commit comments