1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-25 00:46:11 +02:00
youki/.github/workflows/actions/setup/action.yaml
utam0k 7abb4adc07
WIP
Signed-off-by: utam0k <k0ma@utam0k.jp>
2024-02-28 22:07:39 +09:00

11 lines
210 B
YAML

name: Setup
runs:
using: composite
steps:
- name: Install just
uses: taiki-e/install-action@just
- name: Install requirements
shell: bash
run: sudo env PATH=$PATH just ci-prepare