Skip to content

Commit

Permalink
GA: downgrade MDL SDK to avoid compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode committed Jul 9, 2024
1 parent b6d0aed commit c319591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build-mdl-sdk:
name: Build MDL SDK
uses: pablode/MDL-SDK/.github/workflows/main.yml@GA-2023.1.2
uses: pablode/MDL-SDK/.github/workflows/main.yml@GA-2023.0.4
with:
cache-key-prefix: ${{ vars.MDL_SDK_CACHE_KEY_PREFIX }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build-mdl-sdk:
name: Build MDL SDK
uses: pablode/MDL-SDK/.github/workflows/main.yml@GA-2023.1.2
uses: pablode/MDL-SDK/.github/workflows/main.yml@GA-2023.0.4
with:
cache-key-prefix: ${{ vars.MDL_SDK_CACHE_KEY_PREFIX }}

Expand Down

0 comments on commit c319591

Please sign in to comment.