switch library install order in CI
This commit is contained in:
@@ -29,6 +29,14 @@ jobs:
|
|||||||
if: ${{ matrix.os == 'macos-latest' }}
|
if: ${{ matrix.os == 'macos-latest' }}
|
||||||
run: brew install libevent
|
run: brew install libevent
|
||||||
|
|
||||||
|
- name: Install phosg
|
||||||
|
run: |
|
||||||
|
git clone https://github.com/fuzziqersoftware/phosg.git
|
||||||
|
cd phosg
|
||||||
|
cmake .
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
|
||||||
- name: Install resource_file
|
- name: Install resource_file
|
||||||
if: ${{ matrix.with_resource_file == 'true' }}
|
if: ${{ matrix.with_resource_file == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
@@ -38,14 +46,6 @@ jobs:
|
|||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
- name: Install phosg
|
|
||||||
run: |
|
|
||||||
git clone https://github.com/fuzziqersoftware/phosg.git
|
|
||||||
cd phosg
|
|
||||||
cmake .
|
|
||||||
make
|
|
||||||
sudo make install
|
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user