Skip to content

Commit

Permalink
Weekly scheduled workflow cadence
Browse files Browse the repository at this point in the history
  • Loading branch information
roncapat committed Oct 16, 2024
1 parent 8c62584 commit b83d566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:
- name: Update
timeout-minutes: 2
run: apt update
run: apt-get update

- name: Install PIP
run: apt install -y python3-pip lcov
run: apt-get install -y python3-pip lcov

- name: Install colcon tools
run: python3 -m pip install colcon-lcov-result colcon-coveragepy-result
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:
- name: Update
timeout-minutes: 2
run: apt update
run: apt-get update

- name: Install PIP
run: apt install -y python3-pip lcov
run: apt-get install -y python3-pip lcov

- name: Install colcon tools
run: python3 -m pip install colcon-lcov-result colcon-coveragepy-result
Expand Down

0 comments on commit b83d566

Please sign in to comment.