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

Installation fails with E: Unsupported file /home/runner/work/_temp/installers/fpcsrc.deb given on commandline #32

Open
JanEricNitschke opened this issue Nov 16, 2024 · 2 comments

Comments

@JanEricNitschke
Copy link

I have been using this action for a bit with:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Setup Lazarus/Pascal
        uses: gcarreno/setup-lazarus@v3
        with:
          lazarus-version: "stable"
          with-cache: true

And now have started to get an error when the default seems to have switched to version 3.6:

Now failing run: https://github.com/JanEricNitschke/TicTacToe/actions/runs/11872719239/job/33086747588#step:3:1
Last working one without any changes on my side: https://github.com/JanEricNitschke/TicTacToe/actions/runs/11791730905/job/32844242358#step:3:7

@csukuangfj
Copy link

Any update?

@gcarreno
Copy link
Owner

Hey Jan-Eric(@JanEricNitschke),

The cache is something of a mystery to me. I still have to dig a bit deeper in order to fully understand why it's corrupting the installable media that comes from Source Forge.

I've even considered giving up on cache all together 😔

I'll keep this issue open until I can get my head around it and fix it. In the mean time, please turn the cache off.

Cheers,
Gus

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

3 participants