Skip to content

Commit

Permalink
Update curly-eureka-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 authored Jul 25, 2024
1 parent c953508 commit 4e1cd10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/curly-eureka-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ on:
branches: [ "main" ]

env:
CE_INCL: '${{github.workspace}}/sdk/CURLY-EUREKA-INCL.cmake'
CE64_INCL: '${{github.workspace}}/sdk/CURLY-EUREKA-INCL.cmake'

jobs:
main:
runs-on: windows-latest
steps:

- name: this repo
- name: This repo
uses: actions/checkout@v3

- name: curly-eureka-64x sdk repo
- name: Repo of curly-eureka-64x
uses: actions/checkout@v3
with:
repository: 'user95401/curly-eureka-64x'
path: 'sdk'

- name: configure cmake
- name: Configure cmake
run: cmake -B build -A x64

- name: build
- name: Build
run: cmake --build build --config Release

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4e1cd10

Please sign in to comment.