diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 21:20:04 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 21:20:04 +0400 |
| commit | ccf1c83f3ab177e00361ab29c99607bd9de34421 (patch) | |
| tree | a64a3859f7196e4d63798a93af3583e1c5cd27c8 | |
| parent | ddba63f03396dec28f581c4254f403bac1577b4d (diff) | |
fix yml indentation
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8af8c92..d5b5a51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,8 +41,8 @@ jobs: with: go-version: '1.18.4' - run: | - brew uninstall openssl - brew untap local/openssl + brew uninstall openssl + brew untap local/openssl - name: Build run: | cargo build --release |
