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

Version '2023.1.133*' for 'cloudflare-warp' was not found #151

Open
Flynsarmy opened this issue Feb 27, 2025 · 1 comment
Open

Version '2023.1.133*' for 'cloudflare-warp' was not found #151

Flynsarmy opened this issue Feb 27, 2025 · 1 comment

Comments

@Flynsarmy
Copy link

Flynsarmy commented Feb 27, 2025

When setting a specific version of cloudflare warp to use (straight out of your docs) like so:

- name: Connect to CloudFlare Warp
  uses: Boostport/[email protected]
  with:
    version: 2023.1.133
    organization: my-org
    auth_client_id: my-clientid
    auth_client_secret: my-clientsecret

I get the following error:

/usr/bin/sudo apt install -y cloudflare-warp=2023.1.133*
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
Package cloudflare-warp is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Version '2023.1.133*' for 'cloudflare-warp' was not found
Error: The process '/usr/bin/sudo' failed with exit code 100

I also tried 2025.1.186.0 which is the latest version. Running on ubuntu-latest. Perhaps your readme could use an update?

@F21
Copy link
Member

F21 commented Feb 27, 2025

The problem is that Cloudflare removes all old version of the package and only keeps the latest one. See:

$ apt list -a cloudflare-warp
Listing... Done
cloudflare-warp/noble 2025.1.861.0 amd64

Perhaps a better solution would be to remove the version parameter and force it to always install the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants