File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1212 wget -q https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-12.2.0-1/gnat-x86_64-linux-12.2.0-1.tar.gz
1313 tar xf gnat-x86_64-linux-12.2.0-1.tar.gz
1414 echo "${PWD}/gnat-x86_64-linux-12.2.0-1/bin" >> $GITHUB_PATH
15-
15+
1616 wget -q https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-12.2.0-1/gnat-arm-elf-linux64-12.2.0-1.tar.gz
1717 tar xf gnat-arm-elf-linux64-12.2.0-1.tar.gz
1818 echo "${PWD}/gnat-arm-elf-linux64-12.2.0-1/bin" >> $GITHUB_PATH
@@ -42,20 +42,22 @@ jobs:
4242 shell : msys2 {0}
4343 steps :
4444 - uses : actions/checkout@v3
45-
45+
4646 - name : Install msys2
4747 uses : msys2/setup-msys2@v2
4848 with :
4949 install : >-
5050 base-devel
5151 wget
5252 mingw-w64-x86_64-python
53-
53+
54+ - run pip install setuptools
55+
5456 - run : |
5557 wget -q https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-12.2.0-1/gnat-x86_64-windows64-12.2.0-1.tar.gz
5658 tar xf gnat-x86_64-windows64-12.2.0-1.tar.gz
5759 export PATH=${PWD}/gnat-x86_64-windows64-12.2.0-1/bin:$PATH
58-
60+
5961 wget -q https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-12.2.0-1/gnat-arm-elf-windows64-12.2.0-1.tar.gz
6062 tar xf gnat-arm-elf-windows64-12.2.0-1.tar.gz
6163 export PATH=${PWD}/gnat-arm-elf-windows64-12.2.0-1/bin:$PATH
You can’t perform that action at this time.
0 commit comments