Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Oct 29, 2023
1 parent 77c3a2d commit a5ccb21
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ jobs:
fail-fast: true
matrix:
config:
- name: macOS 13
# os: macos-13-large
os: macos-latest
- name: Ubuntu
os: ubuntu-latest
# - name: macOS 13
# # os: macos-13-large
# os: macos-latest
# - name: Ubuntu
# os: ubuntu-latest
- name: Windows 2022
os: windows-2022
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install Conan
run: sudo pip3 install conan --prefix=/usr --upgrade
run: pip install conan

- name: Install Dependencies
run: |
sudo conan profile detect
sudo conan install . --output-folder=build --build=missing --settings compiler.cppstd=17 --conf tools.system.package_manager:mode=install
conan profile detect
conan install . --output-folder=build --build=missing --settings compiler.cppstd=17 --conf tools.system.package_manager:mode=install

0 comments on commit a5ccb21

Please sign in to comment.