Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Jun 3, 2024
1 parent ff6f11f commit 11596f7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
- run: cat CMakeLists.txt
- name: Run version extraction script and set environment variable
run: |
version=$(python CI/extract_version.py)
echo "LIB3MF_VERSION=$version" >> $GITHUB_ENV
- name: Print GITHUB_ENV contents
run: cat $GITHUB_ENV
echo "LIB3MF_VERSION=$(python CI/extract_version.py)" >> $GITHUB_ENV
- name: Print GITHUB_ENV contents
run: cat $GITHUB_ENV

build-linux-memtest:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 11596f7

Please sign in to comment.