Skip to content

Commit

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

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

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

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

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

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

- 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
3 changes: 3 additions & 0 deletions .github/workflows/cpp-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

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


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

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

- name: pkg
shell: cmd
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true


- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 8aafb96

Please sign in to comment.