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 da57739 commit 2e43189
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/q.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ jobs:
distribution: 'zulu'
java-version: '17'

- name: Java Install
run: sudo 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
run: q -v

0 comments on commit 2e43189

Please sign in to comment.