Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Nov 12, 2024
1 parent 2ed3100 commit bb6bf03
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit bb6bf03

Please sign in to comment.