Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Jan 9, 2024
1 parent eda073c commit 00604aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pre-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ jobs:
with:
ref: ${{ github.sha }}

- name: Install yaml dependency
run: pip3 install pyyaml
env:
SHELL: /bin/bash

- name: Extract dependent Pull Requests
uses: depends-on/depends-on-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install checkmake
run: |
curl --location --output $CM_BIN --silent $CM_URL_LINUX
Expand Down

0 comments on commit 00604aa

Please sign in to comment.