Skip to content

Commit

Permalink
📦 Fixup github actions to install latest for ubuntu packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
bayleedev committed Jan 27, 2021
1 parent 72e1824 commit 2bc699e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/development.yml
Expand Up @@ -24,6 +24,10 @@ jobs:
restore-keys: |
bundle-use-ruby-${{matrix.os}}-${{matrix.ruby}}-
- name: Updating packages (ubuntu)
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update

- name: Installing packages (ubuntu)
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install libfcgi-dev libmemcached-dev
Expand Down

0 comments on commit 2bc699e

Please sign in to comment.