File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v4
2323 - name : install dependencies
24- run : sudo apt-get install libcurl4-openssl-dev libboost-dev libboost-system-dev libboost-thread-dev
24+ run : |
25+ sudo apt-get update
26+ sudo apt-get install libcurl4-openssl-dev libboost-dev libboost-system-dev libboost-thread-dev
2527 - name : init submodule
2628 run : git submodule update --init --recursive
2729 - name : download prebuilt
Original file line number Diff line number Diff line change 5151 - name : Build
5252 if : matrix.build-mode == 'manual'
5353 run : |
54+ sudo apt-get update
5455 sudo apt-get install libcurl4-openssl-dev libboost-dev libboost-system-dev libboost-thread-dev
5556 QuoteGeneration/download_prebuilt.sh
5657 wget -r -l1 -np -nd --accept 'sgx_linux_x64_sdk_*.bin' https://download.01.org/intel-sgx/latest/linux-latest/distro/ubuntu22.04-server/
You can’t perform that action at this time.
0 commit comments