Skip to content

Commit

Permalink
ci: Remove call to obsolete fusesoc init
Browse files Browse the repository at this point in the history
  • Loading branch information
stffrdhrn committed Sep 10, 2023
1 parent 473a553 commit d73848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
pip3 install fusesoc
export PATH=$PATH:$HOME/.local/bin
fusesoc --version
fusesoc init -y
# Install Toolchain
- name: Install Toolchain
Expand All @@ -62,6 +61,7 @@ jobs:
git clone --depth 1 https://github.com/openrisc/or1k-tests.git -b v1.0.5
cd or1k-tests/native
make -j8
fusesoc library add fusesoc_cores https://github.com/fusesoc/fusesoc-cores
fusesoc library add mor1kx-generic https://github.com/openrisc/mor1kx-generic.git
fusesoc library add intgen https://github.com/openrisc/intgen.git
fusesoc library add elf-loader https://github.com/fusesoc/elf-loader.git
Expand Down

0 comments on commit d73848a

Please sign in to comment.