Skip to content

Commit

Permalink
ci(tests): fix TZ data (pacstall#718)
Browse files Browse the repository at this point in the history
* fix(tests.yml): fix TZ data

* fix(tests.yml): softlink tzdata

* fix(tests.yml): fix keyboard layout
  • Loading branch information
cat-master21 authored Feb 12, 2022
1 parent aa65bb2 commit 317e0e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Install System Utilities
run: |
apt-get update
apt-get install apt-utils curl bash wget git sudo iputils-ping -y
apt-get install apt-utils curl bash wget git sudo iputils-ping keyboard-configuration -y
ln -fs /usr/share/zoneinfo/Africa/Libreville /etc/localtime
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
Expand Down Expand Up @@ -63,7 +64,6 @@ jobs:
curl -fsSL https://git.io/JsADh > pacstall-install.sh
export DEBIAN_FRONTEND=noninteractive
export GITHUB_ACTIONS=true
export TZ=Africa/Libreville
for changed_file in ${{ steps.files.outputs.added_modified }}; do
if [[ ${changed_file} == *".pacscript" ]]; then
pacscript_file=`basename "${changed_file}"`
Expand Down

0 comments on commit 317e0e4

Please sign in to comment.