Skip to content

Commit

Permalink
Add "apt-get update" before installing svn.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh authored Nov 22, 2024
1 parent 529438b commit 458aacb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Install SVN ( Subversion )
run: sudo apt-get install subversion
run: |
sudo apt-get update
sudo apt-get install subversion
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
Expand Down

0 comments on commit 458aacb

Please sign in to comment.