Skip to content

Commit

Permalink
CI: sdcc 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dzid26 committed Apr 10, 2024
1 parent 018df45 commit ff618ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ on:
- "src/**/*"

env:
SDCC_VERSION: 4.2.0
SDCC_VERSION: 4.4.0

jobs:
Build_Windows:
runs-on: windows-latest
steps:
- name: install SDCC
run: | #install silent and then unpack missing installation libraries
Invoke-WebRequest https://altushost-swe.dl.sourceforge.net/project/sdcc/sdcc-win64/$env:SDCC_VERSION/sdcc-$env:SDCC_VERSION-x64-setup.exe -OutFile sdcc_setup.exe
Invoke-WebRequest https://altushost-swe.dl.sourceforge.net/project/sdcc/sdcc-win64/$env:SDCC_VERSION/sdcc-$env:SDCC_VERSION-rc3-x64-setup.exe -OutFile sdcc_setup.exe
Start-Process -wait -FilePath "sdcc_setup.exe" -ArgumentList "/S", "/D=C:\Program Files\SDCC"
- uses: actions/checkout@v2
- name: Build
Expand Down

0 comments on commit ff618ba

Please sign in to comment.