We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c2217 commit 9d648caCopy full SHA for 9d648ca
.github/workflows/linux-debian-generic.yml
@@ -19,6 +19,9 @@ jobs:
19
echo "--------------------------------------------------------------"
20
echo "update distro and install dependencies"
21
22
+ echo "GITHUB_SHA: $GITHUB_SHA"
23
+ echo "github.sha: ${{ github.sha }}"
24
+
25
apt-get update
26
apt-get dist-upgrade -y
27
DEBIAN_FRONTEND=noninteractive apt-get install -y -q \
@@ -37,6 +40,7 @@ jobs:
37
40
git config --global user.name "Subsurface CI"
38
41
git config --global --add safe.directory $GITHUB_WORKSPACE
39
42
git config --global --add safe.directory $GITHUB_WORKSPACE/libdivecomputer
43
44
# needs git from the previous step
45
- name: checkout sources
46
uses: actions/checkout@v4
0 commit comments