Skip to content

Commit

Permalink
fix: added checkout workflow to setup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
francis2tm committed Feb 8, 2024
1 parent ffd7472 commit fbd198d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
triage:
runs-on: inputs.runner
steps:
- name: "Setup actions/checkout"
uses: actions/checkout@v4
# setup ubuntu dependencies
- name: Setup Ubuntu dependencies
if: inputs.runner == 'ubuntu-20.04'
Expand Down

0 comments on commit fbd198d

Please sign in to comment.