Open StiglCZ opened 5 months ago
I have the exact same problem, also with libsndfile-dev.
Edit: And libcairo-dev too
Same problem here, with libvips
@patbenatar The problem is that the name of the package isn't libvips. On Ubuntu 22.04 it's libvips42 and on 24.04 it's libvips42t64. You can check the actual package name by running: sudo apt-get install -y libvips
.
BTW I think that the current behaviour is super confusing. Since apt-get install
works with libvips
I guess it should be possible to get the actual package name automatically.
So, Ive been trying to cache packages using this action and my code looks like this:
The problem is, it just ignores the libsndfile-dev package. I have even tried removeing the libopenal dependency, and it said there was an empty string. Here is the full log: