Skip to content

Commit

Permalink
exp
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Aug 22, 2023
1 parent c9f9210 commit 397f924
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,7 @@ jobs:
if [[ "${{ matrix.toolchain }}" == "stable" || "${{ matrix.toolchain }}" == "nightly" ]]; then
nargo compile
else
version_components=(${{ matrix.toolchain }})
echo $version_components
minor=${version_components[1]}
minor=$(echo "${{ matrix.toolchain }}" | cut -d '.' -f 2)
echo $minor
if [ "$minor" -lt 10 ]; then
Expand Down
8 changes: 0 additions & 8 deletions scripts/compile.sh

This file was deleted.

0 comments on commit 397f924

Please sign in to comment.