Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Dec 19, 2024
1 parent 113c97a commit bb82fa6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ jobs:

- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Get current date
id: date
Expand All @@ -86,7 +84,8 @@ jobs:
-DBUILD_TESTS=ON \
-DBUILD_EXAMPLES=ON \
-DUSE_LARGE_INT_PLACEHOLDERS=ON \
-DFETCH_DEPENDENCIES_WITH_CMAKE=MISSING
-DFETCH_DEPENDENCIES_WITH_CMAKE=MISSING \
-B build
shell: alpine.sh {0}

- name: Building sparrow library
Expand Down

0 comments on commit bb82fa6

Please sign in to comment.