Skip to content

Update Github Actions workflows #18

Update Github Actions workflows

Update Github Actions workflows #18

Workflow file for this run

name: Package
on:
pull_request:
jobs:
package:
name: Package
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
path: ext
- name: Install dependencies
run: sudo apt-get -y install php8.1-dev libjudy-dev
- name: Package and verify package
run: ./ext/.github/workflows/package/package.sh
- name: Archive package
uses: actions/upload-artifact@v3
with:
path: ext/memprof.tgz