Skip to content

Commit

Permalink
add github ci19
Browse files Browse the repository at this point in the history
  • Loading branch information
Bechir committed Apr 2, 2024
1 parent 069154d commit ff5be28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/common-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: install dependencies
if: ${{ contains(inputs.use-system-libraries, 'ON')}}
run: echo "AAA"
- name: build with fetch content
run: |
mkdir build
Expand Down

0 comments on commit ff5be28

Please sign in to comment.