Skip to content

Commit

Permalink
Updated environment variable for VSCP root
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 19, 2024
1 parent 0b08df5 commit ec12c89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
VSCP_ROOT: ${{github.workspace}}/vscp

jobs:
build:
Expand All @@ -21,6 +22,13 @@ jobs:
with:
submodules: recursive

# https://github.com/marketplace/actions/install-qt
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.2.*
dir: ${{ github.workspace }}/qt/

- name: Checkout vscp repo
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
strategy:
matrix:
os: [ubuntu-latest]

Expand Down

0 comments on commit ec12c89

Please sign in to comment.