Skip to content

Commit

Permalink
Check in VMR for now until can fix script on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Whakamole committed Jun 25, 2023
1 parent 176ebbc commit da177f9
Show file tree
Hide file tree
Showing 3 changed files with 77,812 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

- name: Build VATSIM VMR file
run: |
python scripts/vmr_rules_v3.py -f ./fsltl-traffic-base/SimObjects/Airplanes -o ./fsltl-traffic-base
# - name: Build VATSIM VMR file
# run: |
# python scripts/vmr_rules_v3.py -f ./fsltl-traffic-base/SimObjects/Airplanes -o ./fsltl-traffic-base

- name: Run FBW Simulations Fragmenter
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fsltl-traffic-injector/manifest.json
fsltl-traffic-injector/module.json
fsltl-traffic-injector/README - IMPORTANT.txt
fsltl-traffic-injector/SimConnect.dll
FSLTL_Rules.vmr
#FSLTL_Rules.vmr
flybywire-externaltools-simbridge/traybin/tray_windows_release.exe
flybywire-externaltools-simbridge/terrain/terrain.map
flybywire-externaltools-simbridge/SimConnect.dll
Expand Down

0 comments on commit da177f9

Please sign in to comment.