We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb16d94 commit 54c7785Copy full SHA for 54c7785
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Prerequisites
32
run: |
33
apt-get update
34
- apt-get install --no-install-recommends -y ca-certificates curl gcc libc-dev # gcc is required as OS abstraction
+ apt-get install --no-install-recommends -y ca-certificates curl gcc # rustc invokes gcc for linking
35
- name: Verify environment is sufficiently minimal for the test
36
37
set -x
0 commit comments