Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
add comment to github issue link [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Steiner committed May 12, 2021
1 parent e032772 commit f3dc14c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,10 @@ jobs:
run: mv xayn-ai-ffi-c/ffi.h ${{ github.workspace }}/xayn-ai-ffi-c/ffi.h

- name: Download all artifacts
# https://github.com/actions/download-artifact/issues/6
# Currently we can only download all artifacts. Using wildcards is not
# yet supported. https://github.com/actions/download-artifact/issues/6
# That said, we're downloading the Linux artifacts twice, but doing it
# in two download steps would be a bit overkill.
if: matrix.os == 'macos-10.15'
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit f3dc14c

Please sign in to comment.