Skip to content

Commit

Permalink
Updated GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed May 17, 2024
1 parent 0636ef9 commit 21ea7e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo apt-get install ecal qtmultimedia5-dev libqt5multimedia5-plugins qtwayland5 libprotoc-dev protobuf-compiler libhdf5-dev
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'
fetch-depth: 0
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:


- name: Upload Debian
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{env.cmake_project_name}}-${{ matrix.os }}-ecal-${{env.ecal_version}}
path: ${{ runner.workspace }}/_build/_deploy/*.deb
10 changes: 5 additions & 5 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ jobs:
run: Start-Process -Wait -FilePath ".\ecal_*-win64.exe" -ArgumentList "/SILENT /ALLUSERS /SUPPRESSMSGBOXES /NORESTART /TYPE=full"

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'
fetch-depth: 0

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: '5.15.2'
version: '6.6.3'
target: 'desktop'
arch: 'win64_msvc2015_64'
arch: 'win64_msvc2019_64'

- name: CMake
run: |
Expand All @@ -62,7 +62,7 @@ jobs:
working-directory: ${{ runner.workspace }}\_build

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ecal-camera-samples-windows-ecal-${{env.ECAL_VERSION}}
path: ${{ runner.workspace }}\_deploy\bin

0 comments on commit 21ea7e7

Please sign in to comment.