Skip to content

Commit

Permalink
Checkout before running prereqs script.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed May 22, 2024
1 parent 16ffb07 commit 10f4353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/invoke_crosstool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
- name: Show disk space available - after
run: |
df -h
- name: Clone toolchains repo
uses: actions/checkout@v4
- name: Prerequisites (Linux)
if: ${{ runner.os == 'Linux' }}
run: |
Expand All @@ -79,8 +81,6 @@ jobs:
run: |
brew install autoconf automake bash binutils coreutils gawk gnu-sed help2man make meson ncurses pkg-config python3
echo "$GITHUB_WORKSPACE/.local/bin" >> $GITHUB_PATH
- name: Clone toolchains repo
uses: actions/checkout@v4
- name: Download copy of crosstool-ng
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 10f4353

Please sign in to comment.