Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
ci: action: Share env between jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Polyakov <[email protected]>
  • Loading branch information
maxpoliak committed Oct 29, 2021
1 parent 5e7df15 commit 232c3d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/action-build-all-i386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ on:

env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
VERSION: unknown

jobs:
build-test-all-components:
name: 'CI: i386: Build all Test'
runs-on: ubuntu-latest
env:
VERSION: unknown
runs-on: ubuntu-latest
steps:
- name: 'Step 1: Install all packages'
run: |
Expand Down

0 comments on commit 232c3d8

Please sign in to comment.