File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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,21 @@ 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+ mingw-w64-x86_64-python-setuptools
54+
5455 - run : |
5556 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
5657 tar xf gnat-x86_64-windows64-12.2.0-1.tar.gz
5758 export PATH=${PWD}/gnat-x86_64-windows64-12.2.0-1/bin:$PATH
58-
59+
5960 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
6061 tar xf gnat-arm-elf-windows64-12.2.0-1.tar.gz
6162 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