prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 9ebb8e8372 - Show all commits

View File

@ -55,8 +55,8 @@ jobs:
# COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }} # only this works
# run: composer install # will work
# - name: Setup sqlite3 driver
# run: apt install php${{ matrix.php-versions }}-sqlite3 -y
- name: add GITHUB_TOKEN
run: composer config --global github-oauth.github.com $GITHUB_TOKEN && echo $GITHUB_TOKEN
- name: Setup project
run: make setup