Skip to content

Commit

Permalink
proof: fixing python3 and pip3 install
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Jul 31, 2024
1 parent ee65b13 commit a7a7018
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ jobs:
runs-on: ${{ vars.DEFAULT_RUNNER_NAME }}
container: 'pthierry38/framac-runner:29'
steps:
- name: checkout repo
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-depth: 0
set-safe-directory: true
- name: install prerequisites pkg
uses: outpost-os/action-install-pkg@v1
with:
packages: 'dtc|device-tree-compiler,curl,lld'
packages: 'device-tree-compiler,curl,lld,graphviz,lsb-release,libglib2.0-dev-bin,python3,python3-pip'
- name: Clone cross-files
uses: actions/checkout@v4
with:
Expand All @@ -43,12 +49,6 @@ jobs:
with:
compiler: gcc
triple: arm-none-eabi
- name: checkout repo
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-depth: 0
set-safe-directory: true
- name: Install local deps
run: |
pip3 install -r requirements.txt
Expand Down

0 comments on commit a7a7018

Please sign in to comment.