Skip to content

Commit

Permalink
Updating CI - Correcting path to decompress
Browse files Browse the repository at this point in the history
  • Loading branch information
PLeVasseur committed Jul 3, 2024
1 parent b37181b commit 7945f54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Lint and Test
env:
VSOMEIP_RELEASE_URL: https://github.com/COVESA/vsomeip/archive/refs/tags/
VSOMEIP_RELEASE_TAG: 3.4.10.tar.gz
VSOMEIP_SOURCE_PATH: /vsomeip-src
VSOMEIP_SOURCE_PATH: vsomeip-src

# TODO: Need to get a cached version of vsomeip compiled we can refer to here
VSOMEIP_LIB_PATH: /does/not/yet/exist
Expand Down Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Set environment variables
run: |
echo "VSOMEIP_SOURCE_TARBALL=${{ env.VSOMEIP_RELEASE_URL }}${{ env.VSOMEIP_RELEASE_TAG }}" >> $GITHUB_ENV
echo "VSOMEIP_SOURCE_PATH=${{ github.workspace }}/${{ env.VSOMEIP_SOURCE_DIR }}" >> $GITHUB_ENV
- name: Download tarball
run: wget -O vsomeip-source.tar.gz $VSOMEIP_SOURCE_TARBALL
Expand Down

0 comments on commit 7945f54

Please sign in to comment.