Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Dec 30, 2024
1 parent 6771239 commit f789111
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-47
options: --privileged
options: --privileged --dns 8.8.8.8 --dns 8.8.4.4
env:
date:
ver:
Expand All @@ -27,9 +27,9 @@ jobs:
ver="$ver_pure+BOSS"
fi
pwd
ls -la .
host github.com || true
cat /etc/resolv.conf
echo "ver=$ver" >> $GITHUB_ENV
echo "ver_pure=$ver_pure" >> $GITHUB_ENV
echo "date=$(date +'%Y%m%d')" >> $GITHUB_ENV
Expand Down

0 comments on commit f789111

Please sign in to comment.