Skip to content

Commit

Permalink
xxxx
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Oct 16, 2024
1 parent c653865 commit 58c8557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rtp.io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
uses: ./.github/workflows/.rtp.io.yml
with:
rtpp-tag: ${{ matrix.rtpp-tag }}
llvm-version: ${LLVM_VER}
llvm-version-old: ${LLVM_VER_OLD}
llvm-version: ${{ env.LLVM_VER }}
llvm-version-old: ${{ env.LLVM_VER_OLD }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 58c8557

Please sign in to comment.