Skip to content

ppm missing on Linux #11

@nwhetsell

Description

@nwhetsell

Thanks in advance for your bug report!

  • Have you reproduced issue in safe mode?
  • Have you used the debugging guide to try to resolve the issue?
  • Have you checked our FAQs to make sure your question isn't answered there?
  • Have you checked to make sure your issue does not already exist?
  • Have you checked you are on the latest release of Pulsar?

What happened?

NOTE: This is an issue about the action-pulsar-dependency GitHub action, not Pulsar itself. I checked the box for reproducing the issue in safe mode, but while Pulsar has a safe mode, GitHub actions do not.

At some point between Nov 24, 2025 and Dec 8, 2025, using action-pulsar-dependency on Linux began installing Pulsar such that ppm is not available after installation.

Pulsar version

1.130.2025120304

Which OS does this happen on?

🐧 Debian based (Linux Mint, Ubuntu, etc.)

OS details

Ubuntu 24.04.3

Which CPU architecture are you running this on?

None

What steps are needed to reproduce this?

Run a GitHub Actions job with these steps:

jobs:
  Test:
    runs-on: ubuntu-latest
    steps:
    - name: Check out repository
      uses: actions/checkout@v6

    - name: Install Pulsar dependencies on Linux
      run: sudo apt install -y libsecret-1-0

    - name: Install Pulsar on Linux
      uses: pulsar-edit/action-pulsar-dependency@v3

    - name: Install package dependencies
      run: ppm install

Additional Information:

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions