We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f206c47 commit 723f2d6Copy full SHA for 723f2d6
1 file changed
.github/workflows/c-cpp.yml
@@ -146,7 +146,7 @@ jobs:
146
steps:
147
- uses: actions/checkout@v2
148
- name: install packages
149
- run: apt-get update && apt-get install -y zlib1g-dev wget gcc g++ autoconf automake make libzstd-dev
+ run: apt-get update && apt-get install -y zlib1g-dev wget gcc g++ autoconf automake make libzstd-dev gnupg
150
- name: Intel Apt repository
151
timeout-minutes: 1
152
run: |
0 commit comments