1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-19 01:13:50 +02:00

Fixing MacOS

This commit is contained in:
Anthony Scemama 2021-05-12 23:33:10 +02:00
parent 6a36bd1043
commit 808e3f1ec3

View File

@ -33,8 +33,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: install dependencies - name: install dependencies
run: | run: |
brew install gcc@9
brew install emacs brew install emacs
brew install gcc-9
brew install autoconf automake libtool brew install autoconf automake libtool
- name: Run test - name: Run test
run: | run: |