ci: add unzip in container

This commit is contained in:
Jozef Steinhübl 2024-04-02 11:31:33 +02:00
parent b999e4d139
commit bbecde8b5b

View file

@ -137,6 +137,8 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: sudo apt-get install unzip
- name: Setup Bun - name: Setup Bun
uses: ./ uses: ./
with: with: