diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index df6a01e..0b1298f 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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