Skip to content

Commit da8cab5

Browse files
committed
remove cache and test all platforms
1 parent 674ac6d commit da8cab5

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/rebuild-bindings.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
os: [windows-latest]
13+
os: [windows-latest, ubuntu-latest, macos-latest]
1414
runs-on: ${{ matrix.os }}
1515

1616
steps:
@@ -28,15 +28,6 @@ jobs:
2828
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
2929
if: runner.os == 'linux'
3030

31-
- name: Setup cache
32-
uses: actions/cache@v2
33-
with:
34-
path: |
35-
~/.cargo/registry
36-
~/.cargo/git
37-
target
38-
key: ${{ runner.os }}-test-rustc-${{ steps.toolchain.outputs.rustc_hash }}-${{ hashFiles('**/Cargo.lock') }}
39-
4031
- run: cargo build --features "rebuild-bindings"
4132
working-directory: steamworks-sys
4233

0 commit comments

Comments
 (0)