Skip to content

Commit

Permalink
fixup! add CI action script for Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
llly committed May 28, 2024
1 parent 9511d2d commit b0f0f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install libboost
run: sudo apt-get install libboost-dev libboost-system-dev libboost-thread-dev
run: sudo apt-get install libcurl4-openssl-dev libboost-dev libboost-system-dev libboost-thread-dev
- name: init submodule
run: git submodule update --init
run: git submodule update --init --recursive
- name: download prebuilt
run: QuoteGeneration/download_prebuilt.sh
- name: download SGXSDK
Expand All @@ -33,4 +33,4 @@ jobs:
- name: install SGXSDK
run: ./sgx_linux_x64_sdk.bin <<< "yes"
- name: build
run: source ./sgxsdk/environment ; make all
run: source ./sgxsdk/environment; make all

0 comments on commit b0f0f8a

Please sign in to comment.