Commit 5bb6d5a
authored
Fix actions/checkout@v2 (#1472)
# Changes
Using `actions/checkout@v2` to checkout the github code onto your local
workspace is nice, but can be problematic when using old docker image.
From what I understand, the action uses NodeJS version internally and
therefore requires a modern glibc version as the action can impose newer
NodeJS version and therefore can eventually break our build.
To avoid this, I'm just going to manually checkout the code and run the
submodule update manually. This will fix our C builds.1 parent d56864f commit 5bb6d5a
1 file changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments