Skip to content

Commit

Permalink
add apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
pedohorse committed Aug 31, 2024
1 parent b113541 commit fd5c496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- name: "install dependencies"
run: |
apt update
apt install -y zip rsync bash
- uses: actions/checkout@v4
- name: "build houdini plugin"
Expand Down

0 comments on commit fd5c496

Please sign in to comment.