Skip to content

Commit

Permalink
hard code version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Jan 23, 2025
1 parent da2313c commit 98d08f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
runs-on: ubuntu-20.04
needs: [set-lib3mf-version, assemble-sdk]
env:
LIB3MF_VERSION: ${{ needs.set-lib3mf-version.outputs.lib3mf-version }}
LIB3MF_VERSION: 2.4.1
steps:
- run: sudo apt install -y zip unzip file
- run: pwd
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:
runs-on: windows-2019
needs: [set-lib3mf-version, assemble-sdk]
env:
LIB3MF_VERSION: ${{ needs.set-lib3mf-version.outputs.lib3mf-version }}
LIB3MF_VERSION: 2.4.1
steps:
- name: Download lib3mf_sdk artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:
runs-on: macos-latest
needs: [set-lib3mf-version, assemble-sdk]
env:
LIB3MF_VERSION: ${{ needs.set-lib3mf-version.outputs.lib3mf-version }}
LIB3MF_VERSION: 2.4.1
steps:
- name: Download lib3mf_sdk artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 98d08f2

Please sign in to comment.