⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Compile and install latest tagged Curl version

License

Notifications You must be signed in to change notification settings

PHPWatch/setup-curl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Compile PHP - GitHub Actions

This GitHub action downloads the latest Curl release (curl), configures it to enable all features, compiles it, and installs it.

Usage

name: Tests
permissions: read-all
on:
  pull_request:
  push:

jobs:
  run:
    runs-on: ubuntu-latest
    name: Compile and install PHP - Test
    steps:
      - name: Setup PHP
        uses: PHPWatch/setup-curl@main

      - name: Display versions and env
        run: |
          curl --version

About

Compile and install latest tagged Curl version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published