Skip to content

Commit ec55e8d

Browse files
authored
Merge pull request #45 from ynqa/v0.3.0/main
v0.3.0
2 parents e1a4d68 + 9466b75 commit ec55e8d

File tree

6 files changed

+292
-397
lines changed

6 files changed

+292
-397
lines changed

.github/workflows/ci.yml

-21
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,6 @@ jobs:
1515
~/.cargo/git
1616
target
1717
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
18-
- name: Install clang package
19-
run: |
20-
sudo apt-get update
21-
sudo apt-get install -y \
22-
build-essential \
23-
autoconf \
24-
libtool \
25-
git \
26-
wget \
27-
software-properties-common
28-
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
29-
sudo apt-add-repository "deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-15 main"
30-
sudo apt-get update
31-
sudo apt-get install -y \
32-
clang-15 \
33-
lldb-15 \
34-
lld-15
35-
- name: Set default compiler to clang
36-
run: |
37-
echo "CC=clang-15" >> $GITHUB_ENV
38-
echo "CXX=clang++-15" >> $GITHUB_ENV
3918
- uses: actions-rs/toolchain@v1
4019
with:
4120
toolchain: stable

0 commit comments

Comments
 (0)