Skip to content

Commit

Permalink
Merge pull request #601 from woshilapin/fix-publish
Browse files Browse the repository at this point in the history
[fix] Fix the auto-publish Github Actions
  • Loading branch information
datanel authored Apr 14, 2020
2 parents 92ee799 + baf98d8 commit 83ddb9a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@ on:
release:
types: [created]

env:
PROJ_VERSION: 6.3.0

jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Install proj
run: |
wget --quiet --output-document - "https://kisiodigital.jfrog.io/kisiodigital/api/gpg/key/public" | sudo apt-key add -
echo "deb [arch=amd64] https://kisiodigital.jfrog.io/kisiodigital/debian-local stretch main" | sudo tee /etc/apt/sources.list.d/kisio-digital.list
sudo apt update
sudo apt install --yes pkg-config libssl-dev clang proj=${PROJ_VERSION}
- uses: actions/checkout@master
- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 83ddb9a

Please sign in to comment.