Skip to content

Commit

Permalink
reduce unnecessary differences with master
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Jan 25, 2025
1 parent 81074f2 commit 853c5cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/fabm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,16 +214,15 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ">=3.7"
- name: Install Python dependencies
run: python -m pip install --upgrade pip pyyaml
- name: Install compiler
run: |
cd /home/runner
wget --no-verbose ${{ matrix.url_dir }}/aocc-compiler-${{ matrix.version }}.tar
tar xpf aocc-compiler-${{ matrix.version }}.tar
rm aocc-compiler-${{ matrix.version }}.tar
./aocc-compiler-${{ matrix.version }}/install.sh
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip pyyaml
- name: Clone repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 853c5cf

Please sign in to comment.