Skip to content

Commit

Permalink
Ci: test conan installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bersen66 committed Apr 28, 2024
1 parent 8152ef3 commit ef35eba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lb-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
branches: [ "main", "ci", "dev" ]

jobs:
test-build-no-conan:
runs-on: ubuntu-latest
steps:
- name: Do build
run: bash lbbuild.sh build Release

test-build:
runs-on: ubuntu-latest

Expand Down

0 comments on commit ef35eba

Please sign in to comment.