Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Nov 10, 2024
1 parent a43ca22 commit 942b91a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Homebrew
run: brew install qt6 pkg-config
run: brew install qt6 openblas pkg-config
- name: build
run: |
qmake CONFIG+=release
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: apt
run: |
sudo apt-get update -qq
sudo apt-get install -y --no-install-recommends g++ make qmake6 qt6-base-dev qt6-base-dev-tools pkg-config
sudo apt-get install -y --no-install-recommends g++ make qmake6 qt6-base-dev qt6-base-dev-tools libopenblas-dev pkg-config
- name: build
run: |
qmake6 CONFIG+=release
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt purge -y gcc g++
sudo apt-get install -y --no-install-recommends clang make qmake6 qt6-base-dev qt6-base-dev-tools pkg-config
sudo apt-get install -y --no-install-recommends clang make qmake6 qt6-base-dev qt6-base-dev-tools libopenblas-dev pkg-config
- name: build
run: |
qmake6 -spec linux-clang CONFIG+=release
Expand All @@ -96,7 +96,7 @@ jobs:
- name: apt
run: |
sudo apt-get update -qq
sudo apt-get install -y --no-install-recommends g++ make qmake6 qt6-base-dev qt6-base-dev-tools pkg-config
sudo apt-get install -y --no-install-recommends g++ make qmake6 qt6-base-dev qt6-base-dev-tools libopenblas-dev pkg-config
- name: build
run: |
qmake6 CONFIG+=release
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt purge -y gcc g++
sudo apt-get install -y --no-install-recommends clang make qmake6 qt6-base-dev qt6-base-dev-tools pkg-config
sudo apt-get install -y --no-install-recommends clang make qmake6 qt6-base-dev qt6-base-dev-tools libopenblas-dev pkg-config
- name: build
run: |
qmake6 -spec linux-clang CONFIG+=release
Expand Down

0 comments on commit 942b91a

Please sign in to comment.