Skip to content

Commit

Permalink
.github/workflows/testing.yml: check program versions
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 ea14949 commit f02abfb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@ jobs:
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/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"
Expand Down

0 comments on commit f02abfb

Please sign in to comment.