This resolves a warning from apt and provides greater compatibility.
- name: Install dependencies
run: |
- sudo apt -y update
- sudo apt -y install asciidoc gcc libkmod-dev libsystemd-dev pkg-config
+ sudo apt-get -y update
+ sudo apt-get -y install asciidoc gcc libkmod-dev libsystemd-dev pkg-config
- name: Autobuild
uses: github/codeql-action/autobuild@v3
uses: actions/checkout@v4
- run: |
sudo apt-get update
- sudo apt -y install shellcheck shfmt
+ sudo apt-get -y install shellcheck shfmt
make syncheck
extended:
node-version: '18'
- name: Install dependencies
run: |
- sudo apt -y update
- sudo apt -y install make asciidoc
+ sudo apt-get -y update
+ sudo apt-get -y install make asciidoc
- name: Install Antora
run: npm i antora
- name: Generate Site
- name: Install dependencies
run: |
- sudo apt -y update
- sudo apt -y install asciidoc
+ sudo apt-get -y update
+ sudo apt-get -y install asciidoc
- name: Build
run: bash ${GITHUB_WORKSPACE}/tools/release.sh ${{ inputs.tag }}