Skip to content

Commit

Permalink
Removed Delphi from the Windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
maximmasiutin committed Mar 14, 2023
1 parent b570e0b commit 4aff3ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Compile TinyWeb with Delphi 2007
run: |
cd $Env:GITHUB_WORKSPACE/SRC
& 'C:\Delphi2007\Main\bin\DCC32.EXE' @('-B', 'Tiny.dpr')
- name: Compile TinyWeb with FreePascal 3.2.2 in ObjFPC mode
run: |
cd $Env:GITHUB_WORKSPACE/SRC
Expand Down

0 comments on commit 4aff3ee

Please sign in to comment.