Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JairajJangle authored May 10, 2024
1 parent f2767ce commit 49e886f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
key: ${{ matrix.os }}-opencv-cache

- name: Install OpenCV
uses: rayandrews/with-opencv-action@v1
uses: rayandrew/with-opencv-action
with:
dir: ./opencv-install
cached: ${{ steps.opencv-cache.outputs.cache-hit }}
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
prerelease: true
title: "OpenCV Catalogue ${{ env.VERSION_NAME }}"
files: |
${{ github.workspace }}/opencv-catalogue-release.tar.bz2
${{ github.workspace }}/opencv-catalogue-release.tar.bz2

0 comments on commit 49e886f

Please sign in to comment.