Skip to content

Commit

Permalink
install tcsh for netmhc-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Mar 13, 2024
1 parent 1b50bc2 commit 96bd19d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
repository: openvax/netmhc-bundle
token: ${{ secrets.NETMHC_BUNDLE_ACCESS_TOKEN }}
path: netmhc-bundle

- name: Install netmhc-bundle dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: tcsh
version: 1.0
run: |
sudo apt-get update
- name: Configure netmhc-bundle paths
run: |
export NETMHC_BUNDLE_HOME=$PWD/netmhc-bundle
Expand Down

0 comments on commit 96bd19d

Please sign in to comment.