Closed 1995parham closed 2 years ago
@1995parham I found a simple workaround for now. In your workflow file, add this pre-build command:
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
pre_build_commands: 'bundle update ffi'
target_branch: 'gh-pages'
This should force install the native lib for the gem, which seemed to have been dropped from the latest Ubuntu version that the action runs on.
@DaniruKun thanks, it is working :+1:
I have the following error on the build procedure:
I am using the following dependencies: