Skip to content

Commit

Permalink
Fixing actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Jul 9, 2021
1 parent c42c432 commit e0af379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on: [push, pull_request]

env:
QTIFWVER: 4.1.1
EXEC: "docker exec ubuntu"
SYSTEM_ARCH: amd64

jobs:
build:
Expand Down Expand Up @@ -77,8 +79,6 @@ jobs:
docker pull ubuntu:${SYSTEM_VERSION}
docker ps -a
docker run --privileged -it -d -v ${PWD}:/sources -w /sources --name ubuntu ubuntu:${SYSTEM_VERSION} /bin/sh
export EXEC="docker exec ubuntu"
export SYSTEM_ARCH=amd64
- name: Install dependencies
run: |
chmod +x ports/ci/linux/install_deps.sh
Expand Down

0 comments on commit e0af379

Please sign in to comment.