Skip to content

Commit

Permalink
.github/workflows/testing.yml: install fzf-0.56.3 directly
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Dec 1, 2024
1 parent f02abfb commit a4b556c
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,16 @@ jobs:
MakeCheck:
runs-on: ubuntu-latest
steps:
- { uses: awalsh128/cache-apt-pkgs-action@latest, with: { packages: fzf } }
- run: fzf --version
- run: bash --version
- run: sed --version
- run: gawk --version
- { uses: actions/[email protected], with: { fetch-depth: 0, submodules: recursive, github-server-url: 'https://github.com' } }
- run: git fetch -f --tags && git describe --long # Fix actions/checkout#290
- run: |
curl -s -L https://github.com/junegunn/fzf/releases/download/v0.56.3/fzf-0.56.3-linux_amd64.tar.gz |
tar zxvf - -C ~/.local/bin/ fzf
fzf --version
- run: |
curl -s -L https://github.com/martinvonz/jj/releases/download/v0.23.0/jj-v0.23.0-x86_64-unknown-linux-musl.tar.gz |
tar zxvf - -C ~/.cargo/bin/ ./jj
- run: jj --version
- run: pwd
- run: ls -al
- run: echo "$PATH"
jj --version
- run: ./testing.sh -x
- run: |
make check V=1
Expand Down

0 comments on commit a4b556c

Please sign in to comment.