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.
configure
1 parent bd7fc7a commit 7b55892Copy full SHA for 7b55892
.github/workflows/ccpp.yml
@@ -43,6 +43,10 @@ jobs:
43
44
- name: Configure
45
run: |
46
+ # Add cargo to our path quickly
47
+ . "$HOME/.cargo/env";
48
49
50
mkdir -p gccrs-build;
51
cd gccrs-build;
52
../configure \
@@ -124,6 +128,8 @@ jobs:
124
128
125
129
126
130
131
132
127
133
134
135
@@ -268,6 +274,8 @@ jobs:
268
274
269
275
270
276
277
278
271
279
272
280
273
281
0 commit comments