Skip to content

Commit

Permalink
Updating apt-get first
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed Apr 26, 2024
1 parent 4e4a4d1 commit a84ae07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/proxy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

- name: Prepare Lua Install
run: sudo apt-get install libreadline-dev libncurses-dev -y
run: |
sudo apt-get update
sudo apt-get install libreadline-dev libncurses-dev -y
- name: Install Lua
uses: leafo/gh-actions-lua@35bcb06abec04ec87df82e08caa84d545348536e # v10.0.0
with:
Expand Down

0 comments on commit a84ae07

Please sign in to comment.