Skip to content

Commit

Permalink
feat: remove install dependency on actions
Browse files Browse the repository at this point in the history
GPG package was already installed on target platforms
  • Loading branch information
yacchi committed Jul 9, 2021
1 parent 9fbdb38 commit eca7e1d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ jobs:
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Install dependency on ubuntu-latest
if: runner.os == 'Linux'
run: |
sudo apt-get update -y
sudo apt-get install -y gpg
- name: Install dependency on macos-latest
if: runner.os == 'macOS'
run: |
brew update
brew install gpg
- name: Set output
id: vars
run: echo ::set-output name=short_ref::${GITHUB_REF#refs/*/}
Expand Down

0 comments on commit eca7e1d

Please sign in to comment.