Skip to content

Commit

Permalink
Merge pull request #411 from landhb/ci_upgrades
Browse files Browse the repository at this point in the history
Upgrade Github Actions
  • Loading branch information
diwic committed Dec 30, 2022
2 parents 32272f8 + 05a7bd4 commit e025d99
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/dbus-rs-github-ci.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
repo: cross
matches: ${{ matrix.platform }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: cross-${{ matrix.platform }}
path: ${{ steps.cross.outputs.install_path }}
Expand All @@ -43,13 +43,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- uses: actions-rs/toolchain@v1
- uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: stable
override: true
- name: Download Cross
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: cross-linux-musl
path: /tmp
Expand Down Expand Up @@ -77,7 +75,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -106,7 +104,7 @@ jobs:
mingw-w64-x86_64-dbus
mingw-w64-x86_64-pkgconf
mingw-w64-x86_64-rust
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run tests
run: |
# dbus-daemon has no '--fork' option on windows. But it will autolaunch
Expand Down

0 comments on commit e025d99

Please sign in to comment.