Skip to content

Commit

Permalink
chore(ci): run apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Nov 27, 2023
1 parent c638bc3 commit f08d8ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Updating package list
run: sudo apt-get update
- name: Install xmlsec
run: sudo apt-get install -y xmlsec1 libxmlsec1-dev
- name: Install gettext
Expand Down

0 comments on commit f08d8ed

Please sign in to comment.