Skip to content

Commit f019a54

Browse files
committed
Change name again
1 parent 75aa639 commit f019a54

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow demonstrates how to use the `install-wasi-sdk` action from CMake projects. The WASI
1+
# This workflow demonstrates how to use the `setup-wasi-sdk` action from CMake projects. The WASI
22
# SDK comes bundled with a `*.cmake` file that makes this relatively easy.
33

44
name: CMake-compatible

.github/workflows/cross-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow runs the cross-platform tests for the `install-wasi-sdk` action.
1+
# This workflow runs the cross-platform tests for the `setup-wasi-sdk` action.
22

33
name: Cross-platform
44

.github/workflows/env-safe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow demonstrates how to use the `install-wasi-sdk` action alongside another toolchain.
1+
# This workflow demonstrates how to use the `setup-wasi-sdk` action alongside another toolchain.
22
# By default, the `add-to-path` input is set to `true`, overriding the runner `PATH`, `CC`, and
33
# other variables. Here we demonstrate using the action outputs along with a step ID to access the
44
# installed tools, without modifying the environment.

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# `install-wasi-sdk-action`
1+
# `setup-wasi-sdk-action`
22

3-
[![Cross-platform](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/cross-platform.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/cross-platform.yml)
4-
[![CMake-compatible](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/cmake.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/cmake.yml)
5-
[![Environment-safe](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/env-safe.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/env-safe.yml)
6-
[![Unit tests](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/unit-tests.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/install-wasi-sdk-action/actions/workflows/unit-tests.yml)
3+
[![Cross-platform](https://github.com/bytecodealliance/setup-wasi-sdk-action/actions/workflows/cross-platform.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/setup-wasi-sdk-action/actions/workflows/cross-platform.yml)
4+
[![CMake-compatible](https://github.com/bytecodealliance/setup-wasi-sdk-action/actions/workflows/cmake.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/setup-wasi-sdk-action/actions/workflows/cmake.yml)
5+
[![Environment-safe](https://github.com/bytecodealliance/setup-wasi-sdk-action/actions/workflows/env-safe.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/setup-wasi-sdk-action/actions/workflows/env-safe.yml)
6+
[![Unit tests](https://github.com/bytecodealliance/setup-wasi-sdk-action/actions/workflows/unit-tests.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/setup-wasi-sdk-action/actions/workflows/unit-tests.yml)
77

88
This GitHub Action will install the [WASI SDK] toolchain for compiling to WebAssembly on a GitHub
99
runner:
@@ -19,7 +19,7 @@ runner:
1919
### Usage
2020

2121
```yaml
22-
- uses: bytecodealliance/install-wasi-sdk-action@v1
22+
- uses: bytecodealliance/setup-wasi-sdk-action@v1
2323
# Now, use `clang` or `$CC` to compile C/C++ to WebAssembly:
2424
- run: $CC hello.c -o hello.wasm
2525
```
@@ -64,7 +64,7 @@ When `add-to-path` is `true`, the action adds the WASI SDK `bin` directory to th
6464

6565
This action should be usable on all GitHub runners; open an [issue] if this is not the case.
6666

67-
[issue]: https://github.com/bytecodealliance/install-wasi-sdk-action/issues
67+
[issue]: https://github.com/bytecodealliance/setup-wasi-sdk-action/issues
6868

6969
| OS | Architecture | Support |
7070
| ------- | ------------ | ------- |
@@ -75,7 +75,7 @@ This action should be usable on all GitHub runners; open an [issue] if this is n
7575

7676
### License
7777

78-
`install-wasi-sdk-action` is released under the [Apache License Version 2.0][license]. By contributing to
78+
`setup-wasi-sdk-action` is released under the [Apache License Version 2.0][license]. By contributing to
7979
the project, you agree to the license and copyright terms therein and release your contribution
8080
under these terms.
8181

0 commit comments

Comments
 (0)