Skip to content

Commit

Permalink
latest (#4978)
Browse files Browse the repository at this point in the history
Co-authored-by: luke11brown <[email protected]>
  • Loading branch information
AliceFord and luke11brown authored Sep 25, 2023
1 parent 254cb56 commit a7ad5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
build:
name: "Compile Sectorfile"
runs-on: ubuntu-latest
env:
COMPILER_VERSION: 1.15.0
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -25,7 +23,7 @@ jobs:

- name: Download Compiler
run: |
curl -L --output compiler https://github.com/VATSIM-UK/sector-file-compiler/releases/download/$COMPILER_VERSION/cli-linux-x64
curl -L --output compiler https://github.com/VATSIM-UK/sector-file-compiler/releases/latest/download/cli-linux-x64
chmod +x ./compiler
- name: Set Build Version
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ jobs:
if: ${{ false }} # disable for now as we're compiling on branches
name: "Validate Sectorfile"
runs-on: ubuntu-latest
env:
COMPILER_VERSION: 1.15.0
steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Download Compiler
run: |
curl -L --output compiler https://github.com/VATSIM-UK/sector-file-compiler/releases/download/$COMPILER_VERSION/cli-linux-x64
curl -L --output compiler https://github.com/VATSIM-UK/sector-file-compiler/releases/latest/download/cli-linux-x64
chmod +x ./compiler
- name: Validate
Expand Down

0 comments on commit a7ad5e0

Please sign in to comment.