File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - name : check out
1919 uses : actions/checkout@v3
20-
20+
21+ - name : Install Dependencies
22+ run : |
23+ sudo apt-get install curl libssl-dev libcurl4-openssl-dev
24+
2125 - name : configure cmake
2226 run : CXX=clang++ CC=clang cmake -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ matrix.mode }} -DCMAKE_CXX_STANDARD=${{ matrix.cpp_version }}
2327
Original file line number Diff line number Diff line change 1717 steps :
1818 - name : check out
1919 uses : actions/checkout@v3
20-
20+
21+ - name : Install Dependencies
22+ run : |
23+ sudo apt-get install curl libssl-dev libcurl4-openssl-dev
24+
2125 - name : checkout gcc version
2226 run : gcc --version
2327
Original file line number Diff line number Diff line change 1+ .cache
2+ build
You can’t perform that action at this time.
0 commit comments