Skip to content

Commit

Permalink
disable build php
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Apr 8, 2024
1 parent f4c4ef2 commit 9abe64c
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/build-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'

- name: Install Protocol Buffers compiler
run: sudo apt-get install -y protobuf-compiler

- name: Build
run: bash build-php.sh
run: echo TODO

- name: Upload PHP artifacts
uses: actions/upload-artifact@v2
with:
name: build-php
path: build/php
# - name: Upload PHP artifacts
# uses: actions/upload-artifact@v2
# with:
# name: build-php
# path: build/php

0 comments on commit 9abe64c

Please sign in to comment.