Skip to content

Commit

Permalink
Fix incorrect indent in workflow
Browse files Browse the repository at this point in the history
Tab -> Spaces
  • Loading branch information
WinkelCode committed May 8, 2023
1 parent a7cf458 commit 71a8068
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
| `release-debian-dkms-deb.tar.gz` | Module as Debian '.deb' package. | Currently does not include package for `ignore_resource_conflict` option (can be configured manually in `/etc/modprobe.d/`). |
| `release-redhat-akmods-rpm.tar.gz` | Module and supporting files as Red Hat '.rpm' packages, also works with Fedora Silverblue & co. | |
| `release-redhat-akmods-source-rpm.tar.gz` | Source RPMs (for debugging and inspection). | |
For more information, please see ["Package Overview"](../HEAD/packagetool_quickstart.md#package-overview) in `packagetool_quickstart.md`.
For more information, please see ["Package Overview"](../HEAD/packagetool_quickstart.md#package-overview) in `packagetool_quickstart.md`.
# General information:
- For Alpine Linux with either method, installing the `linux-{flavor}-dev` (usually `linux-lts-dev`) package is recommended, otherwise `akms` will temporarily download it at the time of building, requiring an internet connection.
- The `ignore_resource_conflict` packages should only be installed if the module fails to load otherwise.
Expand Down

0 comments on commit 71a8068

Please sign in to comment.