This repository was archived by the owner on Jun 4, 2022. It is now read-only.
Commit 122544f
apt-get update on github (#113)
Summary:
Pull Request resolved: facebook/sapling#113
GitHub Actions was failing at apt-get stage, error message suggested adding an apt-get update as remedy. Added in this diff and it indeed works.
The actions build fails later on missing mio::net module when building mysql async, but that's unrelated to this change.
Reviewed By: farnz
Differential Revision: D34368662
fbshipit-source-id: f0a00da3ee740ae4443a328616e792ea615c922c1 parent ec388d6 commit 122544f
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
988 | 988 | | |
989 | 989 | | |
990 | 990 | | |
| 991 | + | |
991 | 992 | | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
992 | 997 | | |
993 | | - | |
994 | 998 | | |
995 | 999 | | |
996 | 1000 | | |
| |||
0 commit comments