Skip to content

Commit

Permalink
fix building on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Aug 15, 2024
1 parent 8bd06fb commit f540468
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lazarus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- lazarus-examples-2
paths:
- '.github/workflows/lazarus.yaml'
- 'CMakeLists.txt'
Expand Down Expand Up @@ -263,7 +262,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: windows-x64
path: /tmp/
path: /tmp/windows-x64

- name: Retrieve artifact from linux x64
uses: actions/download-artifact@v4
Expand Down

0 comments on commit f540468

Please sign in to comment.