From 6ec4bceecee9f44604fe489a4e66c8f36e0de8ae Mon Sep 17 00:00:00 2001 From: TheSomeMan Date: Thu, 9 Jan 2025 19:04:49 +0700 Subject: [PATCH] Update GitHub Action - install rub gem ceedling v0.31.1 --- .github/workflows/ceedling.yml | 2 +- .github/workflows/sonar-scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ceedling.yml b/.github/workflows/ceedling.yml index f9b8dc4..bacdf3e 100644 --- a/.github/workflows/ceedling.yml +++ b/.github/workflows/ceedling.yml @@ -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 diff --git a/.github/workflows/sonar-scan.yml b/.github/workflows/sonar-scan.yml index 7aa4c0b..6031b5a 100644 --- a/.github/workflows/sonar-scan.yml +++ b/.github/workflows/sonar-scan.yml @@ -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