Skip to content

Commit b7c7604

Browse files
New release workflow added
1 parent 98a2828 commit b7c7604

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/reusable/cached-install

1 file changed

+1
-1
lines changed

.github/workflows/reusable/cached-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
shell: bash
2525
- name: install
2626
run: |
27-
./install.sh --prod ${ARCHFLAGS:-} || (cat /Users/runner/work/native-sdk/native-sdk/vcpkg/buildtrees/libdatachannel/config-arm64-osx-out.log && exit 1)
27+
./install.sh --prod ${ARCHFLAGS:-} || (echo heippa && cat /Users/runner/work/native-sdk/native-sdk/vcpkg/buildtrees/libdatachannel/config-arm64-osx-out.log && exit 1)
2828
shell: bash
2929
- name: cache homedir save
3030
id: cache-homedir-save

0 commit comments

Comments
 (0)