From 98d49fd3c90df530ddbd7c12275930c9d061832c Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Wed, 7 Jun 2023 15:51:59 +0200 Subject: [PATCH] :bug: fix codespace testing script --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad81ed4..1ba2725 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,4 +8,5 @@ jobs: name: install codespaces setup runs-on: ubuntu-latest steps: + - uses: actions/checkout@v1 - run: ./install.sh