Skip to content

Commit

Permalink
Woops, no need to commit after substitution, also drop buntu 22 build
Browse files Browse the repository at this point in the history
  • Loading branch information
guilledk committed May 21, 2023
1 parent fc84873 commit d2173d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ on:
jobs:
build:
name: Build nodeos
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-20.04
outputs:
version: ${{ steps.set_version.outputs.version }}
steps:
Expand Down
2 changes: 0 additions & 2 deletions plugins/subst_plugin/subst_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ namespace eosio {
o.vm_version = 0;
});

db->commit(context.control.pending_block_num());

enabled_substitutions[og_hash] = new_hash;
}

Expand Down

0 comments on commit d2173d8

Please sign in to comment.