Skip to content

Commit

Permalink
Update q.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
44million authored Dec 5, 2023
1 parent a7b32da commit 4db73b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/q.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
distribution: 'zulu'
java-version: '17'

- name: Java Install
run: apt-get install libc6-i386

- name: Install Q
run: |
curl -sSL "https://raw.githubusercontent.com/QRX53/Q/main/dwn/install-*nix" | sudo bash
export PATH=$PATH:$HOME/.q
- name: Verify Q installation In Correct Dir
- name: Verify Q
run: q -v

0 comments on commit 4db73b8

Please sign in to comment.