From 3a45f0943bb7fb7672b1383a77f4b6b76b679be3 Mon Sep 17 00:00:00 2001 From: Cekis Date: Sun, 20 Jun 2021 11:58:55 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 28496d4d..0c8e1c51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,12 +24,12 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout code - - uses: actions/checkout@v2 + uses: actions/checkout@v2 with: path: 'src/' - name: Make dependency directories - - run: | + run: | mkdir -p exe/linux/bin mkdir -p build/bin