Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Jan 23, 2025
1 parent beed703 commit 6b0da16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
ls -l /etc/apt/sources.list.d
cat /etc/apt/sources.list.d/ubuntu.sources
ls -l /etc/apt/sources.list.d/ubuntu.sources
whoami
sudo whoami
echo 'updating'
sudo echo 'Types: deb
URIs: http://ports.ubuntu.com/ubuntu-ports/
Expand Down Expand Up @@ -181,6 +183,10 @@ jobs:
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg' >> /etc/apt/sources.list.d/ubuntu.sources
# deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports noble main universe
# deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports noble-security main universe
echo 'check'
cat /etc/apt/sources.list.d/ubuntu.sources
sudo dpkg --add-architecture arm64
Expand Down

0 comments on commit 6b0da16

Please sign in to comment.