Skip to content

Commit

Permalink
Update linux test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-lisowski committed May 1, 2024
1 parent b376096 commit 17609d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- name: Pacman Update
run: |
pacman-key --init
pacman-key --populate
pacman -Sy --noconfirm archlinux-keyring
pacman -Syu --noconfirm
- name: Install Deps
run: |
Expand Down Expand Up @@ -124,7 +126,7 @@ jobs:
zypper -nq update
- name: Install Deps
run: |
zypper -nq install git make cmake gcc11
zypper -nq install git make cmake gcc11 openssh
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down

0 comments on commit 17609d9

Please sign in to comment.