Skip to content

Commit

Permalink
set dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Network Redux GRTAC authored Oct 25, 2022
1 parent 170d590 commit 7a30a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: set home. # bug self hosted https://github.com/actions-rs/toolchain/issues/137
- name: set dependencies. # bug self hosted https://github.com/actions-rs/toolchain/issues/137
run: |
cat /etc/issue
echo "HOME=/root" >> ${GITHUB_ENV} # bug
apt install clang lldb lld gcc
apt install -y clang lldb lld gcc
- name: Cache Rust Dependecies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 7a30a63

Please sign in to comment.