Skip to content

Commit

Permalink
sw CI fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kor committed Apr 28, 2024
1 parent 76aa248 commit f4a0e2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: bitstream-perf-local
path: examples_hw/build_perf_local_hw/bitstreams
retention-days: 1
path: examples_hw/build_perf_local/bitstreams
retention-days: 5
2 changes: 1 addition & 1 deletion cmake/FindCoyoteSW.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.0)

# Config
set(EN_AVX "1" CACHE STRING "AVX enabled.")
set(EN_GPU "1" CACHE STRING "GPU enabled.")
set(EN_GPU "0" CACHE STRING "GPU enabled.")
set(CYT_LANG CXX)

if(EN_GPU)
Expand Down

0 comments on commit f4a0e2d

Please sign in to comment.