summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f408491..a5203cd 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51 container: ubuntu:kinetic 51 container: ubuntu:kinetic
52 steps: 52 steps:
53 - name: Checkout code 53 - name: Checkout code
54 uses: actions/checkout@v2 54 uses: actions/checkout@v3
55 - name: Set timezone 55 - name: Set timezone
56 if: startsWith(matrix.container, 'ubuntu:') 56 if: startsWith(matrix.container, 'ubuntu:')
57 run: ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone 57 run: ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone