Skip to content

Commit

Permalink
Fix audit
Browse files Browse the repository at this point in the history
Use an older version of npm
Remove no more needed asdf
Use the latest version of c2csiutils
  • Loading branch information
sbrunner committed Dec 13, 2021
1 parent 9dbe001 commit 60cfa2a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
- master

steps:
- run: sudo npm install -g npm@6

- run: |
sudo rm /etc/apt/sources.list.d/*.list
sudo apt update
sudo apt install g++-10 libgbm1 graphicsmagick fonts-liberation2
- uses: actions/checkout@v2
with:
ref: ${{ matrix.branch }}
Expand All @@ -30,12 +37,8 @@ jobs:
ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}}
github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}}

- uses: asdf-vm/actions/install@v1
with:
tool_versions: python 3.8.0

- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- run: python3 -m pip install --user --requirement=ci/requirements.txt
- run: python3 -m pip install --user --pre c2cciutils

- name: Audit
run: c2cciutils-audit --branch=${{ matrix.branch }}

0 comments on commit 60cfa2a

Please sign in to comment.