Skip to content

Commit

Permalink
apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Sep 10, 2024
1 parent 2acafab commit 8471622
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install casacore and boost
run: |
sudo apt install build-essential cmake gfortran g++ libboost-all-dev casacore-dev
sudo apt update -y
sudo apt install -y build-essential cmake gfortran g++ libboost-all-dev casacore-dev
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 8471622

Please sign in to comment.