We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Version
v1
Runners
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
The text was updated successfully, but these errors were encountered:
shivammathur
No branches or pull requests
Describe the bug
Version
v1
.Runners
Operating systems
ubuntu-latest (Ubuntu 2404)
PHP versions
8.2
To Reproduce
Expected behavior
Cache all selected extensions
Screenshots/Logs
Additional context
The text was updated successfully, but these errors were encountered: