From b897edc41e7ab76e7d2b97a9669325e4e73547a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Tue, 2 Apr 2024 11:33:11 +0200 Subject: [PATCH] ci: add unzip in container --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae62c4c..aeb6d8d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: ./