Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Feb 4, 2025
1 parent 61eefd7 commit bb55ae7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive

- name: Install deps
run: |
sudo apt-get install lcov -y
# Uncomment to SSH into the runner.
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: recursive
- name: Install deps
run: |
sudo apt-get install lcov pipx -y
sudo apt-get install pipx -y
sudo pipx install clang-format clang-tidy
- name: Setup java and gradle for compiling lfc
uses: ./.github/actions/lingua-franca
Expand Down

0 comments on commit bb55ae7

Please sign in to comment.