fix: nested checkouts

This commit is contained in:
Alan Rynne
2024-10-29 16:09:39 +01:00
committed by GitHub
parent ce18804c95
commit dee45512a1
+3 -2
View File
@@ -20,13 +20,14 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
path: speckle-cpp-connectors
- uses: actions/checkout@v4
with:
repository: r-wessel/ActiveLib
path: ..\ActiveLib
path: ActiveLib
- name: Download zip file
working-directory: ..\
run: |
New-Item -ItemType Directory -Path "Archicad 27" -Force
Invoke-WebRequest -Uri "https://github.com/GRAPHISOFT/archicad-api-devkit/releases/download/27.3001/API.Development.Kit.WIN.27.3001.zip" -OutFile "file.zip"