mirror of
https://github.com/Mozilla-Actions/sccache-action.git
synced 2026-04-08 17:42:13 +08:00
Fix a typo in the readme
This commit is contained in:
@@ -68,9 +68,9 @@ With cmake, add the following argument:
|
|||||||
With configure, call it with:
|
With configure, call it with:
|
||||||
```
|
```
|
||||||
# With gcc
|
# With gcc
|
||||||
./configure CC="sccache gcc" CXX=scache gcc"
|
./configure CC="sccache gcc" CXX=sccache gcc"
|
||||||
# With clang
|
# With clang
|
||||||
./configure CC="sccache clang" CXX=scache clang"
|
./configure CC="sccache clang" CXX=sccache clang"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Prepare a new release
|
## Prepare a new release
|
||||||
|
|||||||
Reference in New Issue
Block a user