Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing packages for serval extensions #46

Open
2 of 3 tasks
B0bbyD0llar opened this issue Nov 8, 2024 · 0 comments
Open
2 of 3 tasks

Missing packages for serval extensions #46

B0bbyD0llar opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@B0bbyD0llar
Copy link

Describe the bug

Version

  • I have checked releases and the bug exists in the latest patch version of v1.

Runners

  • GitHub Hosted
  • Self Hosted

Operating systems
ubuntu-latest (Ubuntu 2404)

PHP versions
8.2

To Reproduce

    env:
      extensions: apcu, calendar, ctype, curl, ds, dom, fileinfo, filter, gd, iconv, imap, intl, json, ldap, mbstring, mysqlnd, pdo, pdo_mysql, pdo_sqlite, redis, session, simplexml, tokenizer, xml, xmlreader, xmlwriter, zip, zlib
      key: "cache-v6"

    steps:
      - name: "Checkout"
        uses: "actions/[email protected]"
      - name: "Setup php extensions cache environment"
        id: extcache
        uses: "shivammathur/[email protected]"
        with:
          php-version: "${{ matrix.php-version }}"
          extensions: "${{ env.extensions }}"
          key: "${{ env.key }}"
      - name: "Cache php extensions"
        uses: "actions/[email protected]"
        with:
          path: "${{ steps.extcache.outputs.dir }}"
          key: "${{ steps.extcache.outputs.key }}"
          restore-keys: "${{ steps.extcache.outputs.key }}

Expected behavior
Cache all selected extensions

Screenshots/Logs

[command]/usr/bin/bash /run/act/actions/a4b689274cdadbd8b09084a274a674cb98a23347f69380f3fc6befa4369e5bac/src/scripts/cache.sh data apcu, calendar, ctype, curl, ds, dom, fileinfo, filter, gd, iconv, imap, intl, json, ldap, mbstring, mysqlnd, pdo, pdo_mysql, pdo_sqlite, redis, session, simplexml, tokenizer, xml, xmlreader, xmlwriter, zip, zlib 8.2 cache-v6
[command]/usr/bin/bash /run/act/actions/a4b68974cdadbd8b09084a274a674cb98a23347f69380f3fc6befa4369e5bac/src/scripts/cache.sh dependencies apcu, calendar, ctype, curl, ds, dom, fileinfo, filter, gd, iconv, imap, intl, json, ldap, mbstring, mysqlnd, pdo, pdo_mysql, pdo_sqlite, redis, session, simplexml, tokenizer, xml, xmlreader, xmlwriter, zip, zlib 8.2
==> Setup libraries
::group::Logs to set up required libraries
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package libaio-dev
E: Unable to locate package libc-client2007e
E: Unable to locate package libgd
E: Unable to locate package libxmlrpc-epi0
E: Unable to locate package libzip
Get:1 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease [332 B]
Get:2 https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy InRelease [24.6 kB]

Additional context

@B0bbyD0llar B0bbyD0llar added the bug Something isn't working label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants