Skip to content

Commit

Permalink
watchman
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 25, 2025
1 parent c2c259e commit f997a1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
sudo cp lib/* /usr/local/lib
sudo chmod 755 /usr/local/bin/watchman
sudo chmod 2777 /usr/local/var/run/watchman
wget https://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
watchman -v
- name: Copy watchman
if: ${{ matrix.os == 'windows-latest' }}
run: |
Expand Down

0 comments on commit f997a1e

Please sign in to comment.