Skip to content

Commit

Permalink
Shorter build?
Browse files Browse the repository at this point in the history
  • Loading branch information
silverdaz committed Nov 22, 2024
1 parent d4e695b commit 8f81760
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install libsodium
run: sudo apt-get install -y libsodium-dev
- name: Install fuse3
run: |
sudo apt-get install -y libfuse3-dev
sudo sed -i '/user_allow_other/s/^#.*user_allow_other$/user_allow_other/' /etc/fuse.conf
- name: Install pkg-config
run: sudo apt-get install -y pkg-config
- name: Install Openssl
run: sudo apt-get install -y libssl-dev
- name: Install Python
run: sudo apt-get install -y python3 python3-pip
- name: Install dependencies
run: sudo apt-get install -y libsodium-dev libfuse3-dev libssl-dev pkg-config python3 python3-pip autoconf automake make gcc
- name: Update fuse3
run: sudo sed -i '/user_allow_other/s/^#.*user_allow_other$/user_allow_other/' /etc/fuse.conf
- name: Install Crypt4GH
run: sudo python3 -m pip install crypt4gh
- name: Install build
run: sudo apt-get install -y autoconf automake make gcc
- name: Compile
run: |
autoreconf -i
Expand Down

0 comments on commit 8f81760

Please sign in to comment.