Skip to content

Commit

Permalink
Setup mkosi.cache for GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
valtzu committed Apr 20, 2024
1 parent b1d06bd commit ee2baa4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/mkosi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,19 @@ jobs:
build-and-release:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- uses: actions/checkout@v4
- run: |
sudo apt-get install -y --no-install-recommends \
python3 python3-pip python-is-python3 python3-pyelftools python3-pefile pipx \
qemu-user-static binfmt-support bubblewrap dosfstools mtools uidmap debian-archive-keyring
- run: |
pipx ensurepath
pipx install git+https://github.com/systemd/mkosi.git@v22
- name: Setup mkosi cache
uses: actions/cache@v4
with:
path: mkosi.cache
key: ${{ runner.os }}
- name: Setup mkosi
run: |
touch mkosi.key mkosi.crt
Expand Down

0 comments on commit ee2baa4

Please sign in to comment.