1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-12-22 20:35:44 +01:00

Revert "Try ppc64 emulator"

This reverts commit 66c13f1070.
This commit is contained in:
q-posev 2022-10-04 17:28:43 +02:00
parent 66c13f1070
commit e84ff0ee3c
No known key found for this signature in database
GPG Key ID: 7C477A462FBF9B87

View File

@ -41,26 +41,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: uraimo/run-on-arch-action@v2
name: Run commands
id: runcmd
with:
arch: ppc64le
distro: ubuntu20.04
# Not required, but speeds up builds by storing container images in
# a GitHub package registry.
#githubToken: ${{ github.token }}
# Set an output parameter `uname` for use in subsequent steps
run: |
sudo apt-get install libhdf5-dev
git clone https://salsa.debian.org/debichem-team/libtrexio.git
cd libtrexio
autoreconf -i
./configure
make
make check
- name: install dependencies
run: |
sudo add-apt-repository ppa:kelleyk/emacs