diff options
| author | Grant Limberg <[email protected]> | 2023-10-30 08:09:40 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-30 08:09:40 -0700 |
| commit | f89cde81869b5efc130c4e3c96608316e204907e (patch) | |
| tree | f55f2b309df87ad926f2fe50cc6d62fd5730ed34 /.github/workflows/build.yml | |
| parent | 9ae8b0b3b60b27cf06d7e74629c17e4a0f248364 (diff) | |
| parent | c89683fb0f9d157b3301731e69b1c83cd7697924 (diff) | |
Merge pull request #2163 from zerotier:temporal
Temporal integration with hosted controllers
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6d09a6a..b983a4bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,10 +22,10 @@ jobs: uses: Swatinem/rust-cache@v2 continue-on-error: false with: - key: ${{ runner.os }}-cargo-${{ hashFiles('zeroidc//Cargo.lock') }} + key: ${{ runner.os }}-cargo-${{ hashFiles('rustybits//Cargo.lock') }} shared-key: ${{ runner.os }}-cargo- workspaces: | - zeroidc/ + rustybits/ - name: make run: make @@ -54,10 +54,10 @@ jobs: uses: Swatinem/rust-cache@v2 continue-on-error: false with: - key: ${{ runner.os }}-cargo-${{ hashFiles('zeroidc//Cargo.lock') }} + key: ${{ runner.os }}-cargo-${{ hashFiles('rustybits//Cargo.lock') }} shared-key: ${{ runner.os }}-cargo- workspaces: | - zeroidc/ + rustybits/ - name: make run: make @@ -86,10 +86,10 @@ jobs: uses: Swatinem/rust-cache@v2 continue-on-error: false with: - key: ${{ runner.os }}-cargo-${{ hashFiles('zeroidc//Cargo.lock') }} + key: ${{ runner.os }}-cargo-${{ hashFiles('rustybits//Cargo.lock') }} shared-key: ${{ runner.os }}-cargo- workspaces: | - zeroidc/ + rustybits/ - name: setup msbuild uses: microsoft/[email protected] |
