ci: add unzip in container

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

View file

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