Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
felipec committed Aug 8, 2022
1 parent 1e9de9e commit 62ccc3c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
check-latest: true
- name: Install python-dev
run: sudo apt-get install -y python2.7-dev
run: sudo apt-get install -y python3-dev
- name: Cache check-versions script
id: cache-check-versions
uses: actions/cache@v3
with:
path: ~/.cache/git-remote-hg
key: check-versions
- run: ./tools/check-versions hg:$HG_VERSION
- run: |
python --version
./tools/check-versions hg:$HG_VERSION

0 comments on commit 62ccc3c

Please sign in to comment.