We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dea46c commit 8f56b56Copy full SHA for 8f56b56
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- name: Setup SOFA and environment
20
id: sofa
21
- uses: sofa-framework/sofa-setup-action@v3.0
+ uses: sofa-framework/sofa-setup-action@v3
22
with:
23
sofa_root: ${{ github.workspace }}/sofa
24
sofa_version: ${{ matrix.sofa_branch }}
@@ -233,4 +233,4 @@ jobs:
233
artifacts/SofaPython3_*_Linux.zip
234
artifacts/SofaPython3_*_Windows.zip
235
artifacts/SofaPython3_*_macOS.zip
236
-
+
0 commit comments