Skip to content

Update xharbour_msvc64.yml #3

Update xharbour_msvc64.yml

Update xharbour_msvc64.yml #3

name: Build with msvc 2022

Check failure on line 1 in .github/workflows/xharbour_msvc64.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/xharbour_msvc64.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
on:
push:
jobs:
build:
runs-on: windows-latest
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