Skip to content

Commit

Permalink
change shell
Browse files Browse the repository at this point in the history
  • Loading branch information
stephtr committed Sep 19, 2024
1 parent 1ea4076 commit 667b14e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/compile-libqalculate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
- name: Checkout 🛎
uses: actions/checkout@v4

- name: Setup dependency cache
id: cache-dependencies
uses: actions/cache@v2
with:
path: |
~/opt/lib
~/opt/include
key: b${{env.LIBQALCULATE_VERSION}}-gmp${{env.GMP_VERSION}}-mpfr${{env.MPFR_VERSION}}-libxml2${{env.LIBXML2_VERSION}}-em${{env.EM_VERSION}}-${{ runner.os }}
# - name: Setup dependency cache
# id: cache-dependencies
# uses: actions/cache@v2
# with:
# path: |
# ~/opt/lib
# ~/opt/include
# key: ${{env.LIBQALCULATE_VERSION}}-gmp${{env.GMP_VERSION}}-mpfr${{env.MPFR_VERSION}}-libxml2${{env.LIBXML2_VERSION}}-em${{env.EM_VERSION}}-${{ runner.os }}

- name: Setup emsdk cache
if: steps.cache-dependencies.outputs.cache-hit != 'true'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/prepare-libqalculate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
sudo apt install -y build-essential lzip binutils autoconf intltool libtool automake lbzip2 lzip libxml2
#!/bin/bash

sudo apt install -y build-essential lzip binutils autoconf intltool libtool automake lbzip2 lzip
mkdir -p ~/opt/src
cd ~/opt/src

Expand Down

0 comments on commit 667b14e

Please sign in to comment.