Skip to content

Commit

Permalink
Update test.yml (#133)
Browse files Browse the repository at this point in the history
* Update test.yml

* Update test.yml

* Update test.yml
  • Loading branch information
chirag-droid authored Jan 21, 2024
1 parent 1c73038 commit 2773a78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: "Checkout repository"
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: "Install dependencies"
run: npm install
Expand All @@ -33,7 +33,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: "Setup ccache"
uses: ./
Expand All @@ -43,7 +43,7 @@ jobs:
path: ${{ matrix.path }}

- name: "Run with cmake"
uses: lukka/run-cmake@v3
uses: lukka/run-cmake@v3.4
with:
cmakeListsTxtPath: '${{ github.workspace }}/examples/CMakeLists.txt'
cmakeAppendedArgs: '-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache'
Expand Down

0 comments on commit 2773a78

Please sign in to comment.