Skip to content

Commit

Permalink
fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Sep 11, 2024
1 parent 8aafb96 commit 57627e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cpp-cross-linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- run: git fetch --prune --unshallow --tags

- name: pkg
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cpp-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- run: git fetch --prune --unshallow --tags

- name: Build an image from Dockerfile
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cpp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- run: git fetch --prune --unshallow --tags

- name: pkg
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends g++ autoconf automake libtool xz-utils libasound2-dev libpulse-dev libgtk-3-dev cmake p7zip-full
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/cpp-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true

- run: git fetch --prune --unshallow --tags

- name: pkg
run: brew install cmake p7zip gcc openssl rtmpdump && brew link --force openssl
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cpp-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- run: git fetch --prune --unshallow --tags

- name: pkg
shell: cmd
Expand Down

0 comments on commit 57627e4

Please sign in to comment.