Add IDO5.3 Pascal (#657)

* adding and AeroGauge preset

* Update backend/coreapp/compilers.py

Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com>

* Update compilers.py

* IDO5.3 pascal

* Version bump

* Changing str order

* updating

* Another version bump

* cache

* Updating

* update download.py

Co-authored-by: LLONSIT <LLONSIT@gmail.com>
Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com>
Co-authored-by: Ethan Roseman <ethteck@gmail.com>
This commit is contained in:
LLONSIT
2023-01-13 23:35:03 -05:00
committed by GitHub
parent 84bf408295
commit 114d4325d2
4 changed files with 23 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ jobs:
uses: actions/cache@v3
with:
path: backend/compilers/download_cache
key: ${{ runner.os }}-compilers
key: ${{ runner.os }}-compilers3
- name: Download compilers
run: |-
cd backend