Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
antoyo committed Feb 1, 2024
1 parent 53fc304 commit 18e3e7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: echo "${{ env.GITHUB_RUN_NUMBER }}"

- run: echo "${{ GITHUB_RUN_NUMBER }}"

- run: echo "$GITHUB_RUN_NUMBER"

- name: Install packages
run: sudo apt-get install help2man libtool-bin

Expand Down

0 comments on commit 18e3e7a

Please sign in to comment.