Skip to content

Commit

Permalink
- Fix directory names
Browse files Browse the repository at this point in the history
  • Loading branch information
hbirchtree committed Apr 12, 2021
1 parent 37c983e commit f464a5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/10-toolchains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
needs: ReleaseCreate
env:
CTNG: '${{ github.workspace }}/crosstool-ng-master/ct-ng'
CTNG: '${{ github.workspace }}/crosstool-ng/ct-ng'
strategy:
fail-fast: false
matrix:
Expand All @@ -53,8 +53,10 @@ jobs:
run: |
wget https://github.com/crosstool-ng/crosstool-ng/archive/refs/tags/crosstool-ng-1.24.0.tar.gz -O crosstool-ng.tar.gz
tar xvf crosstool-ng.tar.gz
rm crosstool-ng.tar.gz
mv crosstool-ng-* crosstool-ng
- name: Install crosstool-ng
working-directory: ${{ github.workspace }}/crosstool-ng-master
working-directory: ${{ github.workspace }}/crosstool-ng
run: |
./bootstrap
./configure --enable-local
Expand Down

0 comments on commit f464a5a

Please sign in to comment.