rejeep / f.el

Modern API for working with files and directories in Emacs
GNU General Public License v3.0
680 stars 68 forks source link

[Bug]: Github Action broken #119

Closed Phundrak closed 1 year ago

Phundrak commented 1 year ago

Expected behavior

Github Actions should be running fine, with the only errors happening when running after Cask installs the package’s dependencies.

Actual behavior

Cask fails to correctly run when installing the dependencies of the package, as seen here.

f.el version

master

Emacs version

something else (please specify)

Relevant code or log output

The log output of the action job can be read in the link above.

I’ll try to take a look at it as soon as possible, hence I’m assigning myself to the issue. However, if someone has an idea how to fix this, feel free to share your thoughts here or your fix in a new PR!

Phundrak commented 1 year ago

Maybe this could be a good occasion to go from Cask to Eask? I started working on it a few months back in the branch https://github.com/rejeep/f.el/tree/feature/eask.

Phundrak commented 1 year ago

Turns out I was way too tired to read the logs correctly, fixed with 859a6b8567e8d0cd9b0a71ac368af1152072b88d. I'll go to sleep now.

I’ll still look into switching to Eask if I can figure out why the tests fail with it.