We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80757b commit 12c0570Copy full SHA for 12c0570
.github/workflows/build-and-test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
sudo apt-get -y update
26
- sudo apt-get -y install libopenblas-dev
+ sudo apt-get -y install libopenblas-dev gcc-aarch64-linux-gnu gcc-x86-64-linux-gnu
27
# Build with JDK 16
28
- name: Set up JDK 16
29
uses: actions/setup-java@v1
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
30
0 commit comments