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 6dec822 commit deddcdaCopy full SHA for deddcda
.github/workflows/hw.yml
@@ -64,7 +64,7 @@ jobs:
64
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
65
run: |
66
apt-get update
67
- apt-get install -y --no-install-recommends curl jq lsb-release
+ apt-get install -y --no-install-recommends curl jq lsb-release ca-certificates
68
69
# To avoid giving unknown scripts elevated permissions, download them from the master branch
70
- name: Get CI scripts from master
0 commit comments