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:
689689 - uses : actions/checkout@v4
690690 - name : dependencies
691691 run : |
692+ sudo apt update
692693 sudo apt install gcc-10 g++-10 libgcc-10-dev clang-19 clang-tools-19 ninja-build gcc-multilib g++-multilib g++-10-multilib
693694 - name : build and test
694695 run : |
@@ -714,6 +715,7 @@ jobs:
714715 - uses : actions/checkout@v4
715716 - name : dependencies
716717 run : |
718+ sudo apt update
717719 wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-4.8/g++-4.8_4.8.5-4ubuntu8_amd64.deb
718720 wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-4.8/libstdc++-4.8-dev_4.8.5-4ubuntu8_amd64.deb
719721 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