Skip to content

Commit

Permalink
try installing a specific version of libnuma
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Mar 26, 2024
1 parent ed92e5f commit dbe1c6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
run: brew install gperf
if: runner.os == 'macOS'

- name: Installing dependencies (libnuma-dev) on Linux
- name: Installing dependencies (libnuma-dev) on Linux - needed for runsolver
shell: bash
run: sudo apt-get install -y libnuma-dev
run: sudo apt-get install -y libnuma-dev=2.0.16-1
if: runner.os == 'Linux'

- name: Build solvers
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/solvers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
run: brew install gperf
if: runner.os == 'macOS'

- name: Installing dependencies (libnuma-dev) on Linux
- name: Installing dependencies (libnuma-dev) on Linux - needed for runsolver
shell: bash
run: sudo apt-get install -y libnuma-dev
run: sudo apt-get install -y libnuma-dev=2.0.16-1
if: runner.os == 'Linux'

- name: Building solvers
Expand Down

0 comments on commit dbe1c6a

Please sign in to comment.