Skip to content

Commit

Permalink
Update symfony.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatosbc authored Nov 26, 2024
1 parent 569e87d commit f15201d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
run: sudo apt-get install -y composer

- name: Install Symfony CLI
run: curl -sS https://get.symfony.com/cli/installer | bash
env:
SYMFONY_CLI_VERSION: stable
run: |
wget https://get.symfony.com/cli/installer -O - | bash
echo 'export PATH="$HOME/.symfony/bin:$PATH"' >> $GITHUB_ENV
- name: Create Symfony App
run: symfony new my_project --full
Expand Down

0 comments on commit f15201d

Please sign in to comment.