File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121 - name : " setup linux build environment"
2222 if : ${{ startsWith(matrix.os, 'ubuntu') }}
23- run : sudo apt install -y protobuf-compiler libprotobuf-dev libutempter-dev autoconf automake nettle-dev
23+ run : sudo apt update && sudo apt install -y protobuf-compiler libprotobuf-dev libutempter-dev autoconf automake nettle-dev
2424
2525 - name : " setup macos build environment"
2626 if : ${{ startsWith(matrix.os, 'macos') }}
Original file line number Diff line number Diff line change 5959
6060 - name : " setup linux build environment"
6161 if : ${{ startsWith(matrix.os, 'ubuntu') }}
62- run : sudo apt install -y protobuf-compiler libprotobuf-dev libutempter-dev autoconf automake nettle-dev
62+ run : sudo apt update && sudo apt install -y protobuf-compiler libprotobuf-dev libutempter-dev autoconf automake nettle-dev
6363
6464 - name : " Install gtar wrapper"
6565 if : ${{ startsWith(matrix.os, 'macos') }}
You can’t perform that action at this time.
0 commit comments