Skip to content

Commit

Permalink
fixing github actions - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Jul 17, 2024
1 parent 9f1e29d commit ca61cc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
sudo apt-get update
sudo apt-get install build-essential cmake
pip install --upgrade pip wheel build
git submodule update --init --recursive
- name: make
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
pip install -r build_requirements.txt
pip install -r test_requirements.txt
echo "CASM_PREFIX=$(python -m libcasm.casmglobal --prefix)" >> "$GITHUB_ENV"
CASM_SOFLAGS="-shared -Wl,--no-as-needed"
echo "CASM_SOFLAGS=${CASM_SOFLAGS}" >> "$GITHUB_ENV"
- name: make
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
pip install -r build_requirements.txt
pip install -r test_requirements.txt
echo "CASM_PREFIX=$(python -m libcasm.casmglobal --prefix)" >> "$GITHUB_ENV"
CASM_SOFLAGS="-shared -Wl,--no-as-needed"
echo "CASM_SOFLAGS=${CASM_SOFLAGS}" >> "$GITHUB_ENV"
- name: make
shell: bash
Expand Down

0 comments on commit ca61cc4

Please sign in to comment.