Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azak-azkaran committed Nov 6, 2020
1 parent 50598a6 commit d6c70df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
sudo apt-get -y install restic
sudo curl -LO https://github.com/rfjakob/gocryptfs/releases/download/v1.7.1/gocryptfs_v1.7.1_linux-static_amd64.tar.gz
sudo tar -C /usr/local/bin -xzf gocryptfs_v1.7.1_linux-static_amd64.tar.gz
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Make Coverall
run: make coverall

Expand Down

0 comments on commit d6c70df

Please sign in to comment.