File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -689,6 +689,7 @@ jobs:
689
689
- uses : actions/checkout@v4
690
690
- name : dependencies
691
691
run : |
692
+ sudo apt update
692
693
sudo apt install gcc-10 g++-10 libgcc-10-dev clang-19 clang-tools-19 ninja-build gcc-multilib g++-multilib g++-10-multilib
693
694
- name : build and test
694
695
run : |
@@ -714,6 +715,7 @@ jobs:
714
715
- uses : actions/checkout@v4
715
716
- name : dependencies
716
717
run : |
718
+ sudo apt update
717
719
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-4.8/g++-4.8_4.8.5-4ubuntu8_amd64.deb
718
720
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-4.8/libstdc++-4.8-dev_4.8.5-4ubuntu8_amd64.deb
719
721
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-4.8/gcc-4.8-base_4.8.5-4ubuntu8_amd64.deb
You can’t perform that action at this time.
0 commit comments