Skip to content

Commit

Permalink
Fix: Mistakes on yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueaklein committed Oct 23, 2024
1 parent db6d121 commit 34e2b9f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,13 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Check out GeniusSDK repository
- uses: actions/checkout@v3
uses: actions/checkout@v3
with:
path: 'GeniusSDK'
submodules: "recursive"

- name: Check out SuperGenius repository
- uses: actions/checkout@v3
uses: actions/checkout@v3
with:
repository: 'GeniusVentures/SuperGenius'
path: 'SuperGenius'
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout GeniusSDK repository
- uses: actions/checkout@v3
uses: actions/checkout@v3
with:
path: 'GeniusSDK'
submodules: "recursive"
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
ref: develop

- name: Checkout SuperGenius repository
- uses: actions/checkout@v3
uses: actions/checkout@v3
with:
repository: 'GeniusVentures/SuperGenius'
path: 'SuperGenius'
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout GeniusSDK repository
- uses: actions/checkout@v3
uses: actions/checkout@v3
with:
path: 'GeniusSDK'
submodules: "recursive"
Expand Down Expand Up @@ -630,7 +630,7 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout GeniusSDK repository
- uses: actions/checkout@v3
uses: actions/checkout@v3
with:
path: 'GeniusSDK'
submodules: "recursive"
Expand Down

0 comments on commit 34e2b9f

Please sign in to comment.