Skip to content

fix build workflow: update action versions#11

Open
nurturenature wants to merge 2 commits intodsrhaslab:mainfrom
nurturenature:fix-build
Open

fix build workflow: update action versions#11
nurturenature wants to merge 2 commits intodsrhaslab:mainfrom
nurturenature:fix-build

Conversation

@nurturenature
Copy link
Copy Markdown

Hi,

This PR fixes the build workflow by updating the action versions:

uses: actions/checkout@v6
uses: actions/cache@v5

It also enables manual triggering of the build workflow:

on:
  workflow_dispatch:

Future notes:

GitHub's Ubuntu Latest is 24.04, which still uses libfuse3-3.
The next version of Ubuntu, and Debian latest, update to libfuse3-4.
Using lazyfs with Debian latest and libfuse3-4 seems to work fine.

You can see the progression of commits and their ultimate success in the forked repository's actions.

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

Successfully merging this pull request may close these issues.

1 participant