Skip to content

Commit

Permalink
Update GitHub Action - install rub gem ceedling v0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSomeMan committed Jan 9, 2025
1 parent a2cbad1 commit 6ec4bce
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ceedling.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:

# Runs a single command using the runners shell
- name: Install Ceedling
run: gem install ceedling
run: gem install ceedling -v 0.31.1

# Runs a set of commands using the runners shell
- name: Run a multi-line script
2 changes: 1 addition & 1 deletion .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ jobs:
# Runs a single command using the runners shell
- name: Install Ceedling and GCovr
run: |
gem install ceedling
gem install ceedling -v 0.31.1
sudo pip install gcovr

0 comments on commit 6ec4bce

Please sign in to comment.