Skip to content

Commit

Permalink
update apt-get first
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Apr 26, 2023
1 parent bc91d53 commit 53467af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_range_message.yml
Expand Up @@ -19,6 +19,7 @@ jobs:
perl -0777 -ne 'm/^our \x24VERSION\s+=\s+\x27(.+?)\x27/m and print qq(OLD_VERSION=$1)' lib/Business/ISBN/Data.pm >> $GITHUB_ENV
- name: setup packages
run: |
sudo apt-get update
sudo apt -y install libxml2-utils
- name: setup git config
run: |
Expand Down

0 comments on commit 53467af

Please sign in to comment.