diff options
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b69920a..c963db4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -42,7 +42,7 @@ jobs: | |||
| 42 | container: ubuntu:jammy | 42 | container: ubuntu:jammy |
| 43 | steps: | 43 | steps: |
| 44 | - name: Checkout code | 44 | - name: Checkout code |
| 45 | uses: actions/checkout@v3 | 45 | uses: actions/checkout@v4 |
| 46 | - name: Set timezone | 46 | - name: Set timezone |
| 47 | if: startsWith(matrix.container, 'ubuntu:') | 47 | if: startsWith(matrix.container, 'ubuntu:') |
| 48 | run: ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone | 48 | run: ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone |
