Skip to content

Commit

Permalink
Improve
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Roldao authored and Ricardo Roldao committed May 14, 2024
1 parent bbb09b6 commit d2fd75b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
arch: x86
cache: true

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install dependencies
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Run BenchMark tests
run: env -C build test/benchmark_tests/benchmark_tests_bin

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: vsomeip
path: "${{ runner.workspace }}/install/**/*"
Expand All @@ -59,7 +59,7 @@ jobs:
arch: x86
cache: true

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run CMake
run: cmake -Bbuild -D BOOST_ROOT=C:\runner\boost/boost\ .
Expand Down

0 comments on commit d2fd75b

Please sign in to comment.