We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a2828 commit b7c7604Copy full SHA for b7c7604
.github/workflows/reusable/cached-install/action.yml
@@ -24,7 +24,7 @@ runs:
24
shell: bash
25
- name: install
26
run: |
27
- ./install.sh --prod ${ARCHFLAGS:-} || (cat /Users/runner/work/native-sdk/native-sdk/vcpkg/buildtrees/libdatachannel/config-arm64-osx-out.log && exit 1)
+ ./install.sh --prod ${ARCHFLAGS:-} || (echo heippa && cat /Users/runner/work/native-sdk/native-sdk/vcpkg/buildtrees/libdatachannel/config-arm64-osx-out.log && exit 1)
28
29
- name: cache homedir save
30
id: cache-homedir-save
0 commit comments