Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
muit committed Apr 5, 2022
1 parent 706b959 commit dd6bb84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
if: ${{ matrix.compiler == 'cl' }}

- name: Cache LLVM and Clang
- name: Cache Clang
if: ${{ matrix.compiler == 'clang' }}
id: cache-llvm
uses: actions/cache@v2
with:
path: ${{ runner.temp }}/llvm
key: llvm-14.0-${{ matrix.os-name }}
- name: Install LLVM and Clang
- name: Install Clang
if: ${{ matrix.compiler == 'clang' }}
uses: KyleMayes/install-llvm-action@v1
with:
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rift Core

[![release](https://img.shields.io/github/release/PipeRift/rift-core?labelColor=394047)](https://github.com/PipeRift/rift/releases) ![license](https://img.shields.io/github/license/PipeRift/rift-core?labelColor=394047) [![Code Quality](https://app.codacy.com/project/badge/Grade/bcaa8bb47ec442b282e56990d668f681)](https://www.codacy.com/gh/PipeRift/rift-core/dashboard?utm_source=github.com&utm_medium=referral&utm_content=PipeRift/rift-core&utm_campaign=Badge_Grade)
[![release](https://img.shields.io/github/release/PipeRift/rift-core?labelColor=394047)](https://github.com/PipeRift/rift/releases) [![build](https://github.com/PipeRift/rift-core/actions/workflows/build.yml/badge.svg)](https://github.com/PipeRift/rift-core/actions/workflows/build.yml) ![license](https://img.shields.io/github/license/PipeRift/rift-core?labelColor=394047) [![Code Quality](https://app.codacy.com/project/badge/Grade/bcaa8bb47ec442b282e56990d668f681)](https://www.codacy.com/gh/PipeRift/rift-core/dashboard?utm_source=github.com&utm_medium=referral&utm_content=PipeRift/rift-core&utm_campaign=Badge_Grade)

**Rift-Core** is a cross-platform utility library used as the foundation for [Rift](https://github.com/piperift/rift).

Expand Down Expand Up @@ -43,8 +43,7 @@ Some of this features are:
- Improved Logging (including to file)

## Software Quality

[![Windows](https://img.shields.io/github/workflow/status/piperift/rift-core/windows-cicd?label=Windows)](https://github.com/PipeRift/rift-core/actions/workflows/windows-cicd.yml) [![Linux](https://img.shields.io/github/workflow/status/piperift/rift-core/linux-cicd?label=Linux)](https://github.com/PipeRift/rift-core/actions/workflows/linux-cicd.yml) [![MacOS](https://img.shields.io/github/workflow/status/piperift/rift-core/macos-cicd?label=MacOS)](https://github.com/PipeRift/rift-core/actions/workflows/macos-cicd.yml)
[![build](https://github.com/PipeRift/rift-core/actions/workflows/build.yml/badge.svg)](https://github.com/PipeRift/rift-core/actions/workflows/build.yml)

The project's code is validated for the following platforms and compilers:

Expand Down

0 comments on commit dd6bb84

Please sign in to comment.