Skip to content

Commit

Permalink
Merge pull request #305 from antmicro/ot/params
Browse files Browse the repository at this point in the history
Update opentitan patch
  • Loading branch information
kamilrakoczy committed Jan 12, 2022
2 parents ed89c3a + 3f1bf0e commit 5314b34
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 880 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:

- name: Build binaries
run: |
# Github dropped support for unauthorized git: https://github.blog/2021-09-01-improving-git-protocol-security-github/
# Make sure we always use https:// instead of git://
git config --global url.https://github.com/.insteadOf git://github.com/
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
./build_binaries.sh
# By default actions/upload-artifact@v2 do not preserve file permissions
Expand Down
Loading

0 comments on commit 5314b34

Please sign in to comment.