Skip to content

Commit

Permalink
Merge pull request #532 from ANGSD/master
Browse files Browse the repository at this point in the history
[chore] Merge master to branch
  • Loading branch information
isinaltinkaya authored Oct 12, 2022
2 parents b02c4f5 + d6e00d6 commit a3c1d78
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches: [ master, develop ]
pull_request:
branches: [ master ]
workflow_dispatch:
inputs:
git-ref:
description: Git SHA-1 commit hash (optional)
required: false

jobs:

Expand All @@ -16,7 +21,7 @@ jobs:
compiler: [ clang, gcc ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update;sudo apt-get install -y libbz2-dev liblzma-dev libcurl4-openssl-dev
Expand Down

0 comments on commit a3c1d78

Please sign in to comment.