Skip to content

Commit

Permalink
github: setup /etc/os-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Sep 2, 2024
1 parent 41f648e commit 243bebe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: setup /etc/os-release
run: |
sudo apt-get install -y base-files
- name: unit testing
env:
CI: true
Expand Down

0 comments on commit 243bebe

Please sign in to comment.