Skip to content

Commit 3921ad9

Browse files
committed
Merge branch 'master' into 104-cwipc-v80.
Also removed download of cwipc for Linux, which wasn't used anymore and was just confusing things. # Conflicts: # tests/setup_test_environment.ps1 # tests/setup_test_environment.sh
2 parents b1ce11c + 20f0c62 commit 3921ad9

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
permissions:
1515
packages: write
1616
env:
17-
CWIPC_RELEASE_TAG: nightly
1817
USERNAME: MotionSpell
1918
VCPKG_EXE: ${{ github.workspace }}/vcpkg/vcpkg
2019
FEED_URL: https://nuget.pkg.github.com/MotionSpell/index.json
@@ -115,16 +114,6 @@ jobs:
115114
name: lldash-linux-x86_64
116115
path: build/package/lldash-*.tar.gz
117116

118-
- name: download cwipc
119-
if: false
120-
uses: robinraju/release-downloader@v1
121-
with:
122-
repository: cwi-dis/cwipc
123-
tag: ${{ env.CWIPC_RELEASE_TAG }}
124-
fileName: cwipc-ubuntu2404-amd64-built-*.tar.gz
125-
out-file-path: cwipc-installed
126-
extract: true
127-
128117
- name: Install cwipc and other pipeline test dependencies
129118
run: |
130119
cmake --install build

0 commit comments

Comments
 (0)