Skip to content

Commit 8f56b56

Browse files
authored
[CI] FIX sofa-setup-action version
1 parent 9dea46c commit 8f56b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Setup SOFA and environment
2020
id: sofa
21-
uses: sofa-framework/sofa-setup-action@v3.0
21+
uses: sofa-framework/sofa-setup-action@v3
2222
with:
2323
sofa_root: ${{ github.workspace }}/sofa
2424
sofa_version: ${{ matrix.sofa_branch }}
@@ -233,4 +233,4 @@ jobs:
233233
artifacts/SofaPython3_*_Linux.zip
234234
artifacts/SofaPython3_*_Windows.zip
235235
artifacts/SofaPython3_*_macOS.zip
236-
236+

0 commit comments

Comments
 (0)