Skip to content

Commit

Permalink
(#51) Linux: improve tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Dec 5, 2021
1 parent 879a98c commit 08079e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v2
- run: cd $GITHUB_WORKSPACE
- run: ls
- run: pwd
- name: Initialize repository submodules
run: git submodule init
with:
submodules: true

# Build:
- name: Install
Expand Down Expand Up @@ -78,8 +75,8 @@ jobs:
PACKAGE_VERSION_BASE: 1.7.9
steps:
- run: apt-get update
- name: Set up Git
run: apt-get install git
name: Set up Git
run: apt-get update && sudo apt-get install -y software-properties-common && sudo apt-get update && sudo add-apt-repository -y ppa:git-core/ppa && sudo apt-get update && sudo apt-get install -y git

- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINERSHIP.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Publish a New Version
2. Update the license, if required.
3. Update the copyright year in the `copyright` section of the `tdlib.native.nuspec` file.
4. Update the version in the following places:
- `.github/workflows/main.yml`: `PACKAGE_VERSION_BASE` environment variable
- `.github/workflows/main.yml`: `PACKAGE_VERSION_BASE` environment variable (2 occurrences)
- `common/download-release.ps1`: `$Version` variable default value
- `common/nuget-pack.ps1`: `$Version` variable default value
- `.appveyor.yml`: `test_script` section (2 occurrences)
Expand Down

0 comments on commit 08079e5

Please sign in to comment.