Skip to content

Commit

Permalink
Fixed GitHub actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzheiber committed Apr 1, 2020
1 parent 1353ba9 commit 4cb7425
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ jobs:
profile: minimal
toolchain: stable
components: rustfmt, clippy
- name: Install dependencies
- name: Install dependencies and set OS environment variable
run: |
sudo apt-get install -y libdbus-1-dev gnome-keyring dbus-x11 libssl-dev
echo "::set-env name=GITHUB_ACTIONS_OS::linux"
- name: Set testing environment variable
if: runner.os == 'Linux'
- name: Build
env:
Expand Down

0 comments on commit 4cb7425

Please sign in to comment.