Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Updating to Node.js 20 again..
Browse files Browse the repository at this point in the history
  • Loading branch information
riigess authored May 25, 2024
1 parent b467cb2 commit b643558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:
- name: Cache OpenCV
id: opencv-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./opencv-install
key: ${{ runner.os }}-opencv-cache

- name: Install OpenCV
uses: rayandrews/with-opencv-action@v1
uses: rayandrew/with-opencv-action@v1
with:
dir: ./opencv-install
cached: ${{ steps.opencv-cache.outputs.cache-hit }}
Expand Down

0 comments on commit b643558

Please sign in to comment.