Skip to content

Commit

Permalink
Add CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbuda committed May 19, 2024
1 parent f93b490 commit 7f105cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:
yum install -y git cmake make gcc gcc-c++ openssl-devel epel-release clang
- name: Install rustup
run: |
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
- uses: actions/checkout@v2
with:
submodules: true
submodules: true

- name: Build the project
run: |
Expand Down

0 comments on commit 7f105cb

Please sign in to comment.