Update
Some checks failed
Build toolchain image / Builder (push) Failing after 1s

This commit is contained in:
2024-05-15 01:20:27 +03:00
parent ccfa3d5b7d
commit d58f4437a2

View File

@@ -5,10 +5,10 @@ on: [push]
jobs:
Builder:
runs-on: fedora-39
uses: docker-images/toolchain@master
secrets:
access-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
steps:
- name: My first step
# Uses the default branch of a public repository
uses: docker-images/toolchain@master
- run: pwd
- run: ls -la
- run: dnf -y update