Skip to content

Commit

Permalink
#502 Using apt instead of apt-get (just trying stuff)
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Jan 20, 2022
1 parent 2d918d4 commit 68cbb9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
php-version: '7.1'

- name: Install Composer and Dependencies
run: sudo apt-get update && curl -s http://getcomposer.org/installer | php && php composer.phar self-update && php composer.phar install
run: sudo apt update && curl -s http://getcomposer.org/installer | php && php composer.phar self-update && php composer.phar install

- name: Install additional Software
run: sudo apt-get install libxml2-utils
run: sudo apt install libxml2-utils

- name: Solr
run: sudo bash bin/install_solr_docker.sh
Expand Down

0 comments on commit 68cbb9c

Please sign in to comment.