Skip to content

Commit

Permalink
[ci] Install original bash instead of ubuntu version of bash
Browse files Browse the repository at this point in the history
  • Loading branch information
strang1ato committed Feb 16, 2023
1 parent 0f83bb4 commit bab6aca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ jobs:
- name: Set Warsaw timezone
run: sudo timedatectl set-timezone Europe/Warsaw

- name: Add not stripped bash repository
run: sudo add-apt-repository ppa:strang1ato/default-bash-and-zsh

- name: Update package db
run: sudo apt-get update

- name: Install not stripped bash
run: sudo apt-get install --reinstall bash

- name: Install go
run: sudo apt-get install golang

Expand Down

0 comments on commit bab6aca

Please sign in to comment.