Skip to content

Commit 1d32832

Browse files
committed
decrypt .env v3
1 parent 6162edf commit 1d32832

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/time-tracker-ui-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
4545
- name: build docker
4646
run: |
47-
git-crypt unlock
48-
make build
47+
sudo apt-get install git-crypt
48+
git-crypt unlock
49+
make build
4950
5051
- name: Running tests
5152
run: |

0 commit comments

Comments
 (0)