diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 3e2a34a..fb31d17 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -5,7 +5,7 @@ on: [push] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release - VSCP_ROOT: ${{github.workspace}}/third_party/vscp + VSCP_ROOT: ${{github.workspace}}/third_party/vscp/ jobs: build: @@ -22,14 +22,6 @@ jobs: with: submodules: recursive - - name: Checkout vscp repo - uses: actions/checkout@v4 - with: - repository: grodansparadis/vscp - path: vscp - ref: development - submodules: recursive - - name: Update before installing packages run: sudo apt-get update