Skip to content

Commit

Permalink
Update xharbour_msvc64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoprodata authored Sep 26, 2023
1 parent 772c861 commit 9b95cbb
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/workflows/xharbour_msvc64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,20 @@ on:
push:

jobs:
build:
build:
runs-on: windows-latest

runs-on: windows-latest

steps:
- name: Checkout xHarbour
uses: actions/checkout@v2
with:
repository: marcoprodata/xharbour
path: xharbour_src
steps:
- name: Checkout xHarbour
uses: actions/checkout@v2
with:
repository: marcoprodata/xharbour
path: xharbour_src

- name: Compile xHarbour
shell: cmd
run: |
cd xharbour_src\xharbour
make_vc all
- name: Compile xHarbour
shell: cmd
run: |
cd xharbour_src\xharbour
make_vc all

0 comments on commit 9b95cbb

Please sign in to comment.