Skip to content

Commit

Permalink
Merge pull request #67 from rodneylab/ci__update_ci_config
Browse files Browse the repository at this point in the history
build(deps): bump aminya/setup-cpp from 0.38.1 to 0.38.2
  • Loading branch information
rodneylab authored Aug 13, 2024
2 parents cdd5751 + 0b31c26 commit 2d9e8ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup Cpp
uses: aminya/setup-cpp@55af62e5b45632550c628d026efc13773c921143 # v0.38.1
uses: aminya/setup-cpp@f898162cf1135cc510765d863e59ee45078d8d04 # v0.38.2
with:
clangtidy: true
- name: Configure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
disable-telemetry: true
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup Cpp
uses: aminya/setup-cpp@55af62e5b45632550c628d026efc13773c921143 # v0.38.1
uses: aminya/setup-cpp@f898162cf1135cc510765d863e59ee45078d8d04 # v0.38.2
with:
clangtidy: true
cmake: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: install
run: sudo apt-get update && sudo apt-get install lcov libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev freeglut3-dev libxinerama-dev libxi-dev
- name: Setup Cpp
uses: aminya/setup-cpp@55af62e5b45632550c628d026efc13773c921143 # v0.38.1
uses: aminya/setup-cpp@f898162cf1135cc510765d863e59ee45078d8d04 # v0.38.2
with:
clangtidy: true
- name: configure
Expand Down

0 comments on commit 2d9e8ee

Please sign in to comment.