Skip to content

Commit

Permalink
tried to generate artifact on ubuntu to avoid r command not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-momoko committed Jul 18, 2024
1 parent b024695 commit 7ca5959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:

jobs:
set_env:
runs-on: windows-latest
runs-on: ubuntu-latest
outputs:
LATEST_RELEASED_SDK: ${{ steps.set-vars.outputs.LATEST_RELEASED_SDK }}
LATEST_OPENCV_VERSION: ${{ steps.set-vars.outputs.LATEST_OPENCV_VERSION }}
Expand All @@ -50,7 +50,7 @@ jobs:
generate_config:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- name: Checkout repository
Expand Down

0 comments on commit 7ca5959

Please sign in to comment.