Skip to content

Commit

Permalink
Merge pull request #45 from ynqa/v0.3.0/main
Browse files Browse the repository at this point in the history
v0.3.0
  • Loading branch information
ynqa committed Jun 2, 2024
2 parents e1a4d68 + 9466b75 commit ec55e8d
Show file tree
Hide file tree
Showing 6 changed files with 292 additions and 397 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,6 @@ jobs:
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install clang package
run: |
sudo apt-get update
sudo apt-get install -y \
build-essential \
autoconf \
libtool \
git \
wget \
software-properties-common
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-add-repository "deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-15 main"
sudo apt-get update
sudo apt-get install -y \
clang-15 \
lldb-15 \
lld-15
- name: Set default compiler to clang
run: |
echo "CC=clang-15" >> $GITHUB_ENV
echo "CXX=clang++-15" >> $GITHUB_ENV
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
Loading

0 comments on commit ec55e8d

Please sign in to comment.